Searched refs:gcm_encrypt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-glue.c | 198 static int gcm_encrypt(struct aead_request *req) in gcm_encrypt() function 256 .encrypt = gcm_encrypt,
|
H A D | ghash-ce-glue.c | 335 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 D | ghash-ce-glue.c | 490 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 D | caamalg.c | 1589 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,
|