Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/crypto/
Dsm4-ce-gcm-glue.c73 static void gcm_calculate_auth_mac(struct aead_request *req, u8 ghash[]) in gcm_calculate_auth_mac() function
160 gcm_calculate_auth_mac(req, ghash); in gcm_crypt()
Dghash-ce-glue.c300 static void gcm_calculate_auth_mac(struct aead_request *req, u64 dg[], u32 len) in gcm_calculate_auth_mac() function
351 gcm_calculate_auth_mac(req, dg, assoclen); in gcm_encrypt()
417 gcm_calculate_auth_mac(req, dg, assoclen); in gcm_decrypt()
/linux-6.14.4/arch/arm/crypto/
Dghash-ce-glue.c451 static void gcm_calculate_auth_mac(struct aead_request *req, u64 dg[], u32 len) in gcm_calculate_auth_mac() function
511 gcm_calculate_auth_mac(req, dg, assoclen); in gcm_encrypt()
607 gcm_calculate_auth_mac(req, dg, assoclen); in gcm_decrypt()