Searched refs:gcm_mech (Results 1 – 1 of 1) sorted by relevance
1422 crypto_mechanism_t gcm_mech; in aes_mac_atomic() local1429 gcm_mech.cm_type = AES_GCM_MECH_INFO_TYPE; in aes_mac_atomic()1430 gcm_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS); in aes_mac_atomic()1431 gcm_mech.cm_param = (char *)&gcm_params; in aes_mac_atomic()1433 return (aes_encrypt_atomic(provider, session_id, &gcm_mech, in aes_mac_atomic()1444 crypto_mechanism_t gcm_mech; in aes_mac_verify_atomic() local1451 gcm_mech.cm_type = AES_GCM_MECH_INFO_TYPE; in aes_mac_verify_atomic()1452 gcm_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS); in aes_mac_verify_atomic()1453 gcm_mech.cm_param = (char *)&gcm_params; in aes_mac_verify_atomic()1455 return (aes_decrypt_atomic(provider, session_id, &gcm_mech, in aes_mac_verify_atomic()