/linux-5.19.10/crypto/ |
D | aegis128-core.c | 346 u64 assoclen, u64 cryptlen) in crypto_aegis128_final() 394 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt_generic() local 416 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt_generic() local 455 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt_simd() local 479 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt_simd() local
|
D | authencesn.c | 97 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv_tail() local 131 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv() local 190 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_encrypt() local 231 unsigned int cryptlen = req->cryptlen - authsize; in crypto_authenc_esn_decrypt_tail() local 281 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_decrypt() local
|
D | ccm.c | 128 unsigned int cryptlen) in format_input() 169 unsigned int cryptlen) in crypto_ccm_auth() 292 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
|
D | aead.c | 87 unsigned int cryptlen = req->cryptlen; in crypto_aead_encrypt() local 104 unsigned int cryptlen = req->cryptlen; in crypto_aead_decrypt() local
|
D | algapi.c | 1106 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt() 1119 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt() 1279 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt() 1292 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
|
D | aegis128-neon.c | 68 unsigned int cryptlen, in crypto_aegis128_final_simd()
|
D | gcm.c | 58 unsigned int cryptlen; member 178 unsigned int cryptlen) in crypto_gcm_init_crypt() 472 unsigned int cryptlen = req->cryptlen - authsize; in crypto_gcm_verify() local 507 unsigned int cryptlen = req->cryptlen; in crypto_gcm_decrypt() local
|
D | chacha20poly1305.c | 39 __le64 cryptlen; member 59 unsigned int cryptlen; member
|
D | aegis128-neon-inner.c | 318 unsigned int cryptlen, in crypto_aegis128_final_neon()
|
D | skcipher.c | 623 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local 640 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
|
D | authenc.c | 200 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
|
/linux-5.19.10/arch/x86/crypto/ |
D | aegis128-aesni-glue.c | 167 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-5.19.10/include/crypto/ |
D | aead.h | 93 unsigned int cryptlen; member 508 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
|
D | skcipher.h | 29 unsigned int cryptlen; member 581 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
|
/linux-5.19.10/drivers/crypto/qce/ |
D | cipher.h | 44 unsigned int cryptlen; member
|
D | aead.c | 192 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
|
D | aead.h | 38 unsigned int cryptlen; member
|
D | common.c | 298 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
|
/linux-5.19.10/include/linux/ |
D | crypto.h | 545 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt() 547 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt() 575 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt() 577 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt()
|
/linux-5.19.10/drivers/crypto/ |
D | talitos.c | 995 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
|
D | omap-aes-gcm.c | 91 int alen, clen, cryptlen, assoclen, ret; in omap_aes_gcm_copy_buffers() local
|
/linux-5.19.10/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 134 unsigned int cryptlen, u8 *b0) in generate_b0()
|
/linux-5.19.10/drivers/crypto/ccree/ |
D | cc_aead.h | 95 unsigned int cryptlen; member
|
D | cc_aead.c | 1547 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-5.19.10/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 165 u32 cryptlen, u32 assoclen, u32 digestsize) in safexcel_aead_token() 612 unsigned int cryptlen, in safexcel_handle_req_result() 671 unsigned int cryptlen, unsigned int assoclen, in safexcel_send_req()
|