Searched refs:gcm_crypt (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 132 static int gcm_crypt(struct aead_request *req, struct skcipher_walk *walk, in gcm_crypt() function 201 err = gcm_crypt(req, &walk, ghash, err, sm4_ce_pmull_gcm_enc); in gcm_encrypt() 222 err = gcm_crypt(req, &walk, ghash, err, sm4_ce_pmull_gcm_dec); in gcm_decrypt()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 1351 gcm_crypt(struct aead_request *req, int flags) in gcm_crypt() function 1469 return gcm_crypt(req, (flags) | FLAG_ENC); \ 1474 return gcm_crypt(req, (flags)); \ 1485 return gcm_crypt(req, (flags) | FLAG_RFC4106 | FLAG_ENC); \ 1490 return gcm_crypt(req, (flags) | FLAG_RFC4106); \
|
| /linux-6.15/net/ceph/ |
| H A D | messenger_v2.c | 838 static int gcm_crypt(struct ceph_connection *con, bool encrypt, in gcm_crypt() function 1065 return gcm_crypt(con, false, &sg, &sg, CEPH_PREAMBLE_SECURE_LEN); in decrypt_preamble() 1082 return gcm_crypt(con, false, sgs, sgs, in decrypt_control_remainder() 1156 ret = gcm_crypt(con, false, enc_sgt.sgl, sgt.sgl, tail_len); in decrypt_tail() 1259 ret = gcm_crypt(con, true, &sg, &sg, in prepare_head_secure_small() 1301 ret = gcm_crypt(con, true, sgs, sgs, rem - base); in prepare_head_secure_big() 1310 ret = gcm_crypt(con, true, sgs, sgs, rem_tag - rem); in prepare_head_secure_big() 1711 ret = gcm_crypt(con, true, sgt.sgl, enc_sgt.sgl, in prepare_message_secure()
|
| /linux-6.15/drivers/crypto/caam/ |
| H A D | caamalg.c | 1565 static inline int gcm_crypt(struct aead_request *req, bool encrypt) in gcm_crypt() function 1591 return gcm_crypt(req, true); in gcm_encrypt() 1596 return gcm_crypt(req, false); in gcm_decrypt()
|