Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDigest.c103 while ((r = ioctl(kernel_fd, CRYPTO_DIGEST_INIT, &digest_init)) < 0) { in common_digest_init()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dioctl.h847 #define CRYPTO_DIGEST_INIT CRYPTO(59) macro
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c968 { (uint_t)CRYPTO_DIGEST_INIT, "CRYPTO_DIGEST_INIT", NULL },
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c6615 case CRYPTO_DIGEST_INIT: in crypto_ioctl()