Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c193 static int gcm_encrypt(struct aead_request *req) in gcm_encrypt() function
251 .encrypt = gcm_encrypt,
H A Dghash-ce-glue.c326 static int gcm_encrypt(struct aead_request *req, char *iv, int assoclen) in gcm_encrypt() function
460 return gcm_encrypt(req, iv, req->assoclen); in gcm_aes_encrypt()
501 gcm_encrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_encrypt()
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c307 static int gcm_encrypt(struct aead_request *req, const u8 *iv, u32 assoclen) in gcm_encrypt() function
482 return gcm_encrypt(req, req->iv, req->assoclen); in gcm_aes_encrypt()
520 gcm_encrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_encrypt()
/linux-6.15/drivers/crypto/caam/
H A Dcaamalg.c1589 static int gcm_encrypt(struct aead_request *req) in gcm_encrypt() function
1601 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_encrypt(req); in ipsec_gcm_encrypt()
2123 .encrypt = gcm_encrypt,