Searched refs:gcm_calculate_auth_mac (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-glue.c | 73 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 D | ghash-ce-glue.c | 300 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/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 451 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()
|