Home
last modified time | relevance | path

Searched refs:di_mech (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDecrypt.c110 decrypt_init.di_mech.cm_type = k_mech_type; in kernel_decrypt_init()
111 decrypt_init.di_mech.cm_param = pMechanism->pParameter; in kernel_decrypt_init()
112 decrypt_init.di_mech.cm_param_len = pMechanism->ulParameterLen; in kernel_decrypt_init()
127 decrypt_init.di_mech.cm_param = (caddr_t)&ccm_params; in kernel_decrypt_init()
128 decrypt_init.di_mech.cm_param_len = sizeof (ccm_params); in kernel_decrypt_init()
H A DkernelDigest.c92 digest_init.di_mech.cm_type = k_mech_type; in common_digest_init()
93 digest_init.di_mech.cm_param = pMechanism->pParameter; in common_digest_init()
100 digest_init.di_mech.cm_param_len = pMechanism->ulParameterLen; in common_digest_init()
102 digest_init.di_mech.cm_param_len = 0; in common_digest_init()
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest_kcf.c339 init.di_mech.cm_type = op->mech; in decrypt_init()
340 init.di_mech.cm_param = op->param; in decrypt_init()
341 init.di_mech.cm_param_len = op->paramlen; in decrypt_init()
403 init.di_mech.cm_type = op->mech; in digest_init()
404 init.di_mech.cm_param = NULL; in digest_init()
405 init.di_mech.cm_param_len = 0; in digest_init()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h300 crypto_mechanism_t di_mech; member
333 crypto_mechanism_t di_mech; member
576 crypto_mechanism32_t di_mech; member
613 crypto_mechanism32_t di_mech; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3261 if (!copyin_mech(mode, sp, STRUCT_FADDR(digest_init, di_mech), &mech, in digest_init()