Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/crypto/
H A Dioctl.h1192 #define CRYPTO_DERIVE_KEY CRYPTO(114) macro
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c1022 { (uint_t)CRYPTO_DERIVE_KEY, "CRYPTO_DERIVE_KEY", NULL },
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c2414 while ((r = ioctl(kernel_fd, CRYPTO_DERIVE_KEY, &obj_dk)) < 0) { in C_DeriveKey()
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c6720 case CRYPTO_DERIVE_KEY: in crypto_ioctl()