Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c198 static int gcm_encrypt(struct aead_request *req) in gcm_encrypt() function
256 .encrypt = gcm_encrypt,
H A Dghash-ce-glue.c335 static int gcm_encrypt(struct aead_request *req, char *iv, int assoclen) in gcm_encrypt() function
469 return gcm_encrypt(req, iv, req->assoclen); in gcm_aes_encrypt()
510 gcm_encrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_encrypt()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c490 static int gcm_encrypt(struct aead_request *req, const u8 *iv, u32 assoclen) in gcm_encrypt() function
665 return gcm_encrypt(req, req->iv, req->assoclen); in gcm_aes_encrypt()
703 gcm_encrypt(req, iv, req->assoclen - GCM_RFC4106_IV_SIZE); in rfc4106_encrypt()
/openbmc/linux/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,