Searched refs:di_mech (Results 1 – 5 of 5) sorted by relevance
110 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()
92 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()
339 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()
300 crypto_mechanism_t di_mech; member333 crypto_mechanism_t di_mech; member576 crypto_mechanism32_t di_mech; member613 crypto_mechanism32_t di_mech; member
3261 if (!copyin_mech(mode, sp, STRUCT_FADDR(digest_init, di_mech), &mech, in digest_init()