Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c2124 dprov_valid_mac_mech(crypto_mech_type_t mech_type) in dprov_valid_mac_mech() function
2155 if (!dprov_valid_mac_mech(mechanism->cm_type)) { in dprov_mac_init()
2260 if (!dprov_valid_mac_mech(mechanism->cm_type)) { in dprov_mac_atomic()
2295 if (!dprov_valid_mac_mech(mechanism->cm_type)) { in dprov_mac_verify_atomic()
3258 if (!dprov_valid_mac_mech(mac_mech->cm_type)) { in dprov_encrypt_mac_init()
3384 if (!dprov_valid_mac_mech(mac_mech->cm_type)) { in dprov_encrypt_mac_atomic()
3429 if (!dprov_valid_mac_mech(mac_mech->cm_type)) { in dprov_mac_decrypt_init()
3551 if (!dprov_valid_mac_mech(mac_mech->cm_type)) { in dprov_mac_decrypt_atomic()
3598 if (!dprov_valid_mac_mech(mac_mech->cm_type)) { in dprov_mac_verify_decrypt_atomic()
5686 if (dprov_valid_mac_mech(mech.cm_type)) { in dprov_sign_task()
[all …]