Home
last modified time | relevance | path

Searched refs:gcm_decrypt (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c212 static int gcm_decrypt(struct aead_request *req) in gcm_decrypt() function
252 .decrypt = gcm_decrypt,
H A Dghash-ce-glue.c389 static int gcm_decrypt(struct aead_request *req, char *iv, int assoclen) in gcm_decrypt() function
468 return gcm_decrypt(req, iv, req->assoclen); in gcm_aes_decrypt()
514 gcm_decrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_decrypt()
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c397 static int gcm_decrypt(struct aead_request *req, const u8 *iv, u32 assoclen) in gcm_decrypt() function
487 return gcm_decrypt(req, req->iv, req->assoclen); in gcm_aes_decrypt()
533 gcm_decrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_decrypt()
/linux-6.15/drivers/crypto/caam/
H A Dcaamalg.c1594 static int gcm_decrypt(struct aead_request *req) in gcm_decrypt() function
1606 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_decrypt(req); in ipsec_gcm_decrypt()
2124 .decrypt = gcm_decrypt,