Searched refs:gcm_mech (Results 1 – 1 of 1) sorted by relevance
1437 crypto_mechanism_t gcm_mech; in aes_mac_atomic() local1444 gcm_mech.cm_type = AES_GCM_MECH_INFO_TYPE; in aes_mac_atomic()1445 gcm_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS); in aes_mac_atomic()1446 gcm_mech.cm_param = (char *)&gcm_params; in aes_mac_atomic()1448 return (aes_encrypt_atomic(provider, session_id, &gcm_mech, in aes_mac_atomic()1459 crypto_mechanism_t gcm_mech; in aes_mac_verify_atomic() local1466 gcm_mech.cm_type = AES_GCM_MECH_INFO_TYPE; in aes_mac_verify_atomic()1467 gcm_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS); in aes_mac_verify_atomic()1468 gcm_mech.cm_param = (char *)&gcm_params; in aes_mac_verify_atomic()1470 return (aes_decrypt_atomic(provider, session_id, &gcm_mech, in aes_mac_verify_atomic()