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