Searched refs:gcm_calculate_auth_mac (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 305 static void gcm_calculate_auth_mac(struct aead_request *req, u64 dg[]) in gcm_calculate_auth_mac() function 358 gcm_calculate_auth_mac(req, dg); in gcm_encrypt() 472 gcm_calculate_auth_mac(req, dg); in gcm_decrypt()
|
/kernel/linux/linux-6.6/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()
|
Completed in 6 milliseconds