Symbol: CRYPTO
usr/src/uts/common/sys/crypto/ioctl.h
1055
#define CRYPTO_OBJECT_CREATE CRYPTO(100)
usr/src/uts/common/sys/crypto/ioctl.h
1056
#define CRYPTO_OBJECT_COPY CRYPTO(101)
usr/src/uts/common/sys/crypto/ioctl.h
1057
#define CRYPTO_OBJECT_DESTROY CRYPTO(102)
usr/src/uts/common/sys/crypto/ioctl.h
1058
#define CRYPTO_OBJECT_GET_ATTRIBUTE_VALUE CRYPTO(103)
usr/src/uts/common/sys/crypto/ioctl.h
1059
#define CRYPTO_OBJECT_GET_SIZE CRYPTO(104)
usr/src/uts/common/sys/crypto/ioctl.h
1060
#define CRYPTO_OBJECT_SET_ATTRIBUTE_VALUE CRYPTO(105)
usr/src/uts/common/sys/crypto/ioctl.h
1061
#define CRYPTO_OBJECT_FIND_INIT CRYPTO(106)
usr/src/uts/common/sys/crypto/ioctl.h
1062
#define CRYPTO_OBJECT_FIND_UPDATE CRYPTO(107)
usr/src/uts/common/sys/crypto/ioctl.h
1063
#define CRYPTO_OBJECT_FIND_FINAL CRYPTO(108)
usr/src/uts/common/sys/crypto/ioctl.h
1188
#define CRYPTO_GENERATE_KEY CRYPTO(110)
usr/src/uts/common/sys/crypto/ioctl.h
1189
#define CRYPTO_GENERATE_KEY_PAIR CRYPTO(111)
usr/src/uts/common/sys/crypto/ioctl.h
1190
#define CRYPTO_WRAP_KEY CRYPTO(112)
usr/src/uts/common/sys/crypto/ioctl.h
1191
#define CRYPTO_UNWRAP_KEY CRYPTO(113)
usr/src/uts/common/sys/crypto/ioctl.h
1192
#define CRYPTO_DERIVE_KEY CRYPTO(114)
usr/src/uts/common/sys/crypto/ioctl.h
1348
#define CRYPTO_GET_PROVIDER_LIST CRYPTO(120)
usr/src/uts/common/sys/crypto/ioctl.h
1349
#define CRYPTO_GET_PROVIDER_INFO CRYPTO(121)
usr/src/uts/common/sys/crypto/ioctl.h
1350
#define CRYPTO_GET_PROVIDER_MECHANISMS CRYPTO(122)
usr/src/uts/common/sys/crypto/ioctl.h
1351
#define CRYPTO_GET_PROVIDER_MECHANISM_INFO CRYPTO(123)
usr/src/uts/common/sys/crypto/ioctl.h
1352
#define CRYPTO_INIT_TOKEN CRYPTO(124)
usr/src/uts/common/sys/crypto/ioctl.h
1353
#define CRYPTO_INIT_PIN CRYPTO(125)
usr/src/uts/common/sys/crypto/ioctl.h
1354
#define CRYPTO_SET_PIN CRYPTO(126)
usr/src/uts/common/sys/crypto/ioctl.h
1443
#define CRYPTO_NOSTORE_GENERATE_KEY CRYPTO(127)
usr/src/uts/common/sys/crypto/ioctl.h
1444
#define CRYPTO_NOSTORE_GENERATE_KEY_PAIR CRYPTO(128)
usr/src/uts/common/sys/crypto/ioctl.h
1445
#define CRYPTO_NOSTORE_DERIVE_KEY CRYPTO(129)
usr/src/uts/common/sys/crypto/ioctl.h
1483
#define CRYPTO_GET_MECHANISM_LIST CRYPTO(140)
usr/src/uts/common/sys/crypto/ioctl.h
1484
#define CRYPTO_GET_ALL_MECHANISM_INFO CRYPTO(141)
usr/src/uts/common/sys/crypto/ioctl.h
1486
#define CRYPTO_GET_PROVIDER_BY_MECH CRYPTO(142)
usr/src/uts/common/sys/crypto/ioctl.h
179
#define CRYPTO_GET_FUNCTION_LIST CRYPTO(20)
usr/src/uts/common/sys/crypto/ioctl.h
180
#define CRYPTO_GET_MECHANISM_NUMBER CRYPTO(21)
usr/src/uts/common/sys/crypto/ioctl.h
205
#define CRYPTO_OPEN_SESSION CRYPTO(30)
usr/src/uts/common/sys/crypto/ioctl.h
206
#define CRYPTO_CLOSE_SESSION CRYPTO(31)
usr/src/uts/common/sys/crypto/ioctl.h
207
#define CRYPTO_CLOSE_ALL_SESSIONS CRYPTO(32)
usr/src/uts/common/sys/crypto/ioctl.h
244
#define CRYPTO_LOGIN CRYPTO(40)
usr/src/uts/common/sys/crypto/ioctl.h
245
#define CRYPTO_LOGOUT CRYPTO(41)
usr/src/uts/common/sys/crypto/ioctl.h
837
#define CRYPTO_ENCRYPT CRYPTO(50)
usr/src/uts/common/sys/crypto/ioctl.h
838
#define CRYPTO_ENCRYPT_INIT CRYPTO(51)
usr/src/uts/common/sys/crypto/ioctl.h
839
#define CRYPTO_ENCRYPT_UPDATE CRYPTO(52)
usr/src/uts/common/sys/crypto/ioctl.h
840
#define CRYPTO_ENCRYPT_FINAL CRYPTO(53)
usr/src/uts/common/sys/crypto/ioctl.h
841
#define CRYPTO_DECRYPT CRYPTO(54)
usr/src/uts/common/sys/crypto/ioctl.h
842
#define CRYPTO_DECRYPT_INIT CRYPTO(55)
usr/src/uts/common/sys/crypto/ioctl.h
843
#define CRYPTO_DECRYPT_UPDATE CRYPTO(56)
usr/src/uts/common/sys/crypto/ioctl.h
844
#define CRYPTO_DECRYPT_FINAL CRYPTO(57)
usr/src/uts/common/sys/crypto/ioctl.h
846
#define CRYPTO_DIGEST CRYPTO(58)
usr/src/uts/common/sys/crypto/ioctl.h
847
#define CRYPTO_DIGEST_INIT CRYPTO(59)
usr/src/uts/common/sys/crypto/ioctl.h
848
#define CRYPTO_DIGEST_UPDATE CRYPTO(60)
usr/src/uts/common/sys/crypto/ioctl.h
849
#define CRYPTO_DIGEST_KEY CRYPTO(61)
usr/src/uts/common/sys/crypto/ioctl.h
850
#define CRYPTO_DIGEST_FINAL CRYPTO(62)
usr/src/uts/common/sys/crypto/ioctl.h
851
#define CRYPTO_MAC CRYPTO(63)
usr/src/uts/common/sys/crypto/ioctl.h
852
#define CRYPTO_MAC_INIT CRYPTO(64)
usr/src/uts/common/sys/crypto/ioctl.h
853
#define CRYPTO_MAC_UPDATE CRYPTO(65)
usr/src/uts/common/sys/crypto/ioctl.h
854
#define CRYPTO_MAC_FINAL CRYPTO(66)
usr/src/uts/common/sys/crypto/ioctl.h
856
#define CRYPTO_SIGN CRYPTO(67)
usr/src/uts/common/sys/crypto/ioctl.h
857
#define CRYPTO_SIGN_INIT CRYPTO(68)
usr/src/uts/common/sys/crypto/ioctl.h
858
#define CRYPTO_SIGN_UPDATE CRYPTO(69)
usr/src/uts/common/sys/crypto/ioctl.h
859
#define CRYPTO_SIGN_FINAL CRYPTO(70)
usr/src/uts/common/sys/crypto/ioctl.h
860
#define CRYPTO_SIGN_RECOVER_INIT CRYPTO(71)
usr/src/uts/common/sys/crypto/ioctl.h
861
#define CRYPTO_SIGN_RECOVER CRYPTO(72)
usr/src/uts/common/sys/crypto/ioctl.h
862
#define CRYPTO_VERIFY CRYPTO(73)
usr/src/uts/common/sys/crypto/ioctl.h
863
#define CRYPTO_VERIFY_INIT CRYPTO(74)
usr/src/uts/common/sys/crypto/ioctl.h
864
#define CRYPTO_VERIFY_UPDATE CRYPTO(75)
usr/src/uts/common/sys/crypto/ioctl.h
865
#define CRYPTO_VERIFY_FINAL CRYPTO(76)
usr/src/uts/common/sys/crypto/ioctl.h
866
#define CRYPTO_VERIFY_RECOVER_INIT CRYPTO(77)
usr/src/uts/common/sys/crypto/ioctl.h
867
#define CRYPTO_VERIFY_RECOVER CRYPTO(78)
usr/src/uts/common/sys/crypto/ioctl.h
869
#define CRYPTO_DIGEST_ENCRYPT_UPDATE CRYPTO(79)
usr/src/uts/common/sys/crypto/ioctl.h
870
#define CRYPTO_DECRYPT_DIGEST_UPDATE CRYPTO(80)
usr/src/uts/common/sys/crypto/ioctl.h
871
#define CRYPTO_SIGN_ENCRYPT_UPDATE CRYPTO(81)
usr/src/uts/common/sys/crypto/ioctl.h
872
#define CRYPTO_DECRYPT_VERIFY_UPDATE CRYPTO(82)
usr/src/uts/common/sys/crypto/ioctl.h
911
#define CRYPTO_SEED_RANDOM CRYPTO(90)
usr/src/uts/common/sys/crypto/ioctl.h
912
#define CRYPTO_GENERATE_RANDOM CRYPTO(91)