Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A 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()
H A 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()
/openbmc/linux/arch/arm/crypto/
H A 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()