Searched refs:gcm_decrypt (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 212 static int gcm_decrypt(struct aead_request *req) in gcm_decrypt() function 252 .decrypt = gcm_decrypt,
|
| H A D | ghash-ce-glue.c | 389 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 D | ghash-ce-glue.c | 397 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 D | caamalg.c | 1594 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,
|