Searched refs:cipher_mech (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dprov.c | 5199 crypto_session_id_t sid, crypto_mechanism_t *cipher_mech, in dprov_cipher_mac_submit_req() argument 5211 taskq_req->dr_cipher_mac_req.mr_cipher_mech = cipher_mech; in dprov_cipher_mac_submit_req() 6389 crypto_mechanism_t cipher_mech, mac_mech; in dprov_cipher_mac_task() local 6400 cipher_mech = *taskq_req->dr_cipher_mac_req.mr_cipher_mech; in dprov_cipher_mac_task() 6406 &cipher_mech.cm_type, &mac_mech.cm_type)) != CRYPTO_SUCCESS) in dprov_cipher_mac_task() 6417 &cipher_mech, &cipher_key, NULL, in dprov_cipher_mac_task() 6422 &cipher_mech, &cipher_key, NULL, in dprov_cipher_mac_task() 6598 cipher_mech = *taskq_req->dr_cipher_mac_req.mr_cipher_mech; in dprov_cipher_mac_task() 6605 &cipher_mech.cm_type, &mac_mech.cm_type)) != in dprov_cipher_mac_task() 6611 &cipher_mech, plaintext_tmp, &cipher_key, NULL, in dprov_cipher_mac_task() [all …]
|