Searched refs:gcm_calculate_auth_mac (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 150 milliseconds