Searched defs:CRYPTO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h43 #define CRYPTO(x) (('y' << 8) | (x)) macro
179 #define CRYPTO_GET_FUNCTION_LIST CRYPTO(20)
180 #define CRYPTO_GET_MECHANISM_NUMBER CRYPTO(21)
205 #define CRYPTO_OPEN_SESSION CRYPTO(30)
206 #define CRYPTO_CLOSE_SESSION CRYPTO(31)
207 #define CRYPTO_CLOSE_ALL_SESSIONS CRYPTO(32)
244 #define CRYPTO_LOGIN CRYPTO(40)
245 #define CRYPTO_LOGOUT CRYPTO(41)
837 #define CRYPTO_ENCRYPT CRYPTO(50)
838 #define CRYPTO_ENCRYPT_INIT CRYPTO(5
[all...]

Completed in 70 milliseconds