Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEncrypt.c439 while ((r = ioctl(kernel_fd, CRYPTO_ENCRYPT_FINAL, in C_EncryptFinal()
/titanic_44/usr/src/uts/common/sys/crypto/
H A Dioctl.h840 #define CRYPTO_ENCRYPT_FINAL CRYPTO(53) macro
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c961 { (uint_t)CRYPTO_ENCRYPT_FINAL, "CRYPTO_ENCRYPT_FINAL", NULL },
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c6609 case CRYPTO_ENCRYPT_FINAL: in crypto_ioctl()