Home
last modified time | relevance | path

Searched defs:cryptlen (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.12.1/crypto/
Dauthencesn.c94 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv_tail() local
126 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv() local
184 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_encrypt() local
224 unsigned int cryptlen = req->cryptlen - authsize; in crypto_authenc_esn_decrypt_tail() local
272 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_decrypt() local
Daegis128-core.c347 u64 assoclen, u64 cryptlen) in crypto_aegis128_final()
395 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt_generic() local
417 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt_generic() local
456 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt_simd() local
480 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt_simd() local
Dccm.c129 unsigned int cryptlen) in format_input()
170 unsigned int cryptlen) in crypto_ccm_auth()
293 unsigned int cryptlen = req->cryptlen; in crypto_ccm_encrypt() local
330 unsigned int cryptlen = req->cryptlen - authsize; in crypto_ccm_decrypt_done() local
353 unsigned int cryptlen = req->cryptlen; in crypto_ccm_decrypt() local
Daegis128-neon.c58 unsigned int cryptlen, in crypto_aegis128_final_simd()
Dgcm.c58 unsigned int cryptlen; member
178 unsigned int cryptlen) in crypto_gcm_init_crypt()
470 unsigned int cryptlen = req->cryptlen - authsize; in crypto_gcm_verify() local
505 unsigned int cryptlen = req->cryptlen; in crypto_gcm_decrypt() local
Dchacha20poly1305.c39 __le64 cryptlen; member
59 unsigned int cryptlen; member
Daegis128-neon-inner.c319 unsigned int cryptlen, in crypto_aegis128_final_neon()
Dauthenc.c196 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
Ddrbg.c1840 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local
/linux-6.12.1/arch/x86/crypto/
Daegis128-aesni-glue.c167 unsigned int cryptlen, in crypto_aegis128_aesni_crypt()
198 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_aesni_encrypt() local
220 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_aesni_decrypt() local
/linux-6.12.1/include/crypto/
Daead.h94 unsigned int cryptlen; member
521 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
Dskcipher.h41 unsigned int cryptlen; member
924 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
/linux-6.12.1/drivers/crypto/qce/
Dcipher.h44 unsigned int cryptlen; member
Daead.c192 unsigned int adata_header_len, cryptlen, totallen; in qce_aead_ccm_prepare_buf_assoclen() local
336 unsigned int cryptlen; in qce_aead_ccm_prepare_buf() local
Daead.h38 unsigned int cryptlen; member
Dcommon.c299 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
/linux-6.12.1/drivers/crypto/
Dtalitos.c995 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp_unmap() local
1100 int cryptlen = datalen + elen; in sg_to_link_tbl_offset() local
1204 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp() local
1324 unsigned int cryptlen, in talitos_edesc_alloc()
1424 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in aead_edesc_alloc() local
1576 unsigned int cryptlen = areq->cryptlen; in common_nonsnoop() local
Domap-aes-gcm.c94 int alen, clen, cryptlen, assoclen, ret; in omap_aes_gcm_copy_buffers() local
/linux-6.12.1/arch/powerpc/crypto/
Daes-gcm-p10-glue.c214 unsigned int cryptlen = req->cryptlen; in p10_aes_gcm_crypt() local
/linux-6.12.1/drivers/crypto/nx/
Dnx-aes-ccm.c134 unsigned int cryptlen, u8 *b0) in generate_b0()
/linux-6.12.1/drivers/crypto/ccree/
Dcc_aead.h95 unsigned int cryptlen; member
Dcc_aead.c1547 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_ccm_adata() local
1836 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_gcm_context() local
/linux-6.12.1/drivers/crypto/inside-secure/
Dsafexcel_cipher.c164 u32 cryptlen, u32 assoclen, u32 digestsize) in safexcel_aead_token()
611 unsigned int cryptlen, in safexcel_handle_req_result()
676 unsigned int cryptlen, unsigned int assoclen, in safexcel_send_req()
/linux-6.12.1/drivers/crypto/intel/keembay/
Docs-aes.c1056 u32 cryptlen) in ocs_aes_ccm_write_b0()
/linux-6.12.1/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c1394 unsigned int cryptlen; in sec_update_iv() local
2013 u32 cryptlen = sreq->c_req.sk_req->cryptlen; in sec_skcipher_cryptlen_check() local

12