Home
last modified time | relevance | path

Searched defs:assoclen (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.12.1/drivers/crypto/nx/
Dnx-aes-ccm.c133 static int generate_b0(u8 *iv, unsigned int assoclen, unsigned int authsize, in generate_b0()
158 unsigned int assoclen, in generate_pat()
328 unsigned int assoclen) in ccm_nx_decrypt()
406 unsigned int assoclen) in ccm_nx_encrypt()
Dnx-aes-gcm.c102 unsigned int assoclen) in nx_gca()
169 static int gmac(struct aead_request *req, const u8 *iv, unsigned int assoclen) in gmac()
308 unsigned int assoclen) in gcm_aes_nx_crypt()
/linux-6.12.1/crypto/
Dauthencesn.c93 unsigned int assoclen = req->assoclen; in crypto_authenc_esn_genicv_tail() local
125 unsigned int assoclen = req->assoclen; in crypto_authenc_esn_genicv() local
183 unsigned int assoclen = req->assoclen; in crypto_authenc_esn_encrypt() local
225 unsigned int assoclen = req->assoclen; in crypto_authenc_esn_decrypt_tail() local
271 unsigned int assoclen = req->assoclen; in crypto_authenc_esn_decrypt() local
Daegis128-neon.c57 unsigned int assoclen, in crypto_aegis128_final_simd()
Daegis128-core.c278 unsigned int assoclen, in crypto_aegis128_process_ad()
347 u64 assoclen, u64 cryptlen) in crypto_aegis128_final()
Dchacha20poly1305.c38 __le64 assoclen; member
61 unsigned int assoclen; member
Daegis128-neon-inner.c318 unsigned int assoclen, in crypto_aegis128_final_neon()
/linux-6.12.1/include/crypto/
Dgcm.h54 static inline int crypto_ipsec_check_assoclen(unsigned int assoclen) in crypto_ipsec_check_assoclen()
Daead.h93 unsigned int assoclen; member
538 unsigned int assoclen) in aead_request_set_ad()
/linux-6.12.1/arch/powerpc/crypto/
Daes-gcm-p10-glue.c114 struct Hash_ctx *hash, u8 *assoc, unsigned int assoclen) in gcmp10_init()
213 unsigned int assoclen = req->assoclen; in p10_aes_gcm_crypt() local
/linux-6.12.1/drivers/crypto/
Domap-aes-gcm.c94 int alen, clen, cryptlen, assoclen, ret; in omap_aes_gcm_copy_buffers() local
246 int err, assoclen; in omap_aes_gcm_crypt() local
/linux-6.12.1/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c205 static inline bool nitrox_aes_gcm_assoclen_supported(unsigned int assoclen) in nitrox_aes_gcm_assoclen_supported()
397 unsigned int assoclen = areq->assoclen - GCM_RFC4106_IV_SIZE; in nitrox_rfc4106_set_aead_rctx_sglist() local
/linux-6.12.1/drivers/crypto/qce/
Daead.c120 unsigned int assoclen = req->assoclen; in qce_aead_prepare_dst_buf() local
191 unsigned int assoclen = rctx->assoclen; in qce_aead_ccm_prepare_buf_assoclen() local
Daead.h39 unsigned int assoclen; member
/linux-6.12.1/arch/arm64/crypto/
Dghash-ce-glue.c335 static int gcm_encrypt(struct aead_request *req, char *iv, int assoclen) in gcm_encrypt()
398 static int gcm_decrypt(struct aead_request *req, char *iv, int assoclen) in gcm_decrypt()
Dsm4-ce-ccm-glue.c96 u32 assoclen = req->assoclen; in ccm_calculate_auth_mac() local
Dsm4-ce-gcm-glue.c78 u32 assoclen = req->assoclen; in gcm_calculate_auth_mac() local
/linux-6.12.1/arch/arm/crypto/
Dghash-ce-glue.c490 static int gcm_encrypt(struct aead_request *req, const u8 *iv, u32 assoclen) in gcm_encrypt()
580 static int gcm_decrypt(struct aead_request *req, const u8 *iv, u32 assoclen) in gcm_decrypt()
/linux-6.12.1/arch/x86/crypto/
Daegis128-aesni-glue.c71 unsigned int assoclen) in crypto_aegis128_aesni_process_ad()
Daesni-intel_glue.c1278 struct scatterlist *sg_src, unsigned int assoclen, in gcm_process_assoc()
1341 unsigned int assoclen = req->assoclen; in gcm_crypt() local
/linux-6.12.1/net/mac802154/
Dllsec.c662 int authlen, assoclen, datalen, rc; in llsec_do_encrypt_auth() local
871 int authlen, datalen, assoclen, rc; in llsec_do_decrypt_auth() local
/linux-6.12.1/drivers/crypto/ccree/
Dcc_aead.h69 u32 assoclen; /* size of AAD buffer to authenticate */ member
/linux-6.12.1/net/ipv6/
Desp6.c568 int assoclen; in esp6_output_tail() local
922 int assoclen; in esp6_input() local
/linux-6.12.1/net/ipv4/
Desp4.c537 int assoclen; in esp_output_tail() local
884 int assoclen; in esp_input() local
/linux-6.12.1/drivers/crypto/caam/
Dcaamalg_qi2.h114 unsigned int assoclen; member

12