Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c217 static int gcm_decrypt(struct aead_request *req) in gcm_decrypt() function
257 .decrypt = gcm_decrypt,
H A Dghash-ce-glue.c398 static int gcm_decrypt(struct aead_request *req, char *iv, int assoclen) in gcm_decrypt() function
477 return gcm_decrypt(req, iv, req->assoclen); in gcm_aes_decrypt()
523 gcm_decrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_decrypt()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c580 static int gcm_decrypt(struct aead_request *req, const u8 *iv, u32 assoclen) in gcm_decrypt() function
670 return gcm_decrypt(req, req->iv, req->assoclen); in gcm_aes_decrypt()
716 gcm_decrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_decrypt()
/openbmc/linux/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,