Home
last modified time | relevance | path

Searched refs:CRYPTO_WRAP_KEY (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/crypto/
H A Dioctl.h1190 #define CRYPTO_WRAP_KEY CRYPTO(112) macro
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c1030 { (uint_t)CRYPTO_WRAP_KEY, "CRYPTO_WRAP_KEY", NULL },
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1716 while ((r = ioctl(kernel_fd, CRYPTO_WRAP_KEY, &obj_wrapkey)) < 0) { in C_WrapKey()
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c6714 case CRYPTO_WRAP_KEY: in crypto_ioctl()