Searched refs:di_mech (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDecrypt.c108 decrypt_init.di_mech.cm_type = k_mech_type;
109 decrypt_init.di_mech.cm_param = pMechanism->pParameter;
110 decrypt_init.di_mech.cm_param_len = pMechanism->ulParameterLen;
H A DkernelDigest.c91 digest_init.di_mech.cm_type = k_mech_type;
92 digest_init.di_mech.cm_param = pMechanism->pParameter;
99 digest_init.di_mech.cm_param_len = pMechanism->ulParameterLen;
101 digest_init.di_mech.cm_param_len = 0;
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h300 crypto_mechanism_t di_mech; member in struct:crypto_decrypt_init
333 crypto_mechanism_t di_mech; member in struct:crypto_digest_init
576 crypto_mechanism32_t di_mech; member in struct:crypto_decrypt_init32
613 crypto_mechanism32_t di_mech; member in struct:crypto_digest_init32
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3221 if (!copyin_mech(mode, sp, STRUCT_FADDR(digest_init, di_mech), &mech,

Completed in 1906 milliseconds