/kernel/linux/linux-5.10/crypto/ |
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 | aegis128-core.c | 350 u64 assoclen, u64 cryptlen) in crypto_aegis128_final() 398 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt() local 429 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt() local
|
D | ccm.c | 127 unsigned int cryptlen) in format_input() 168 unsigned int cryptlen) in crypto_ccm_auth() 291 unsigned int cryptlen = req->cryptlen; in crypto_ccm_encrypt() local 329 unsigned int cryptlen = req->cryptlen - authsize; in crypto_ccm_decrypt_done() local 352 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 | aegis128-neon.c | 65 u64 assoclen, u64 cryptlen) in crypto_aegis128_final_simd()
|
D | algapi.c | 1096 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt() 1109 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt() 1269 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt() 1282 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
|
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 | aegis128-neon-inner.c | 245 uint64_t cryptlen) in crypto_aegis128_final_neon()
|
D | chacha20poly1305.c | 39 __le64 cryptlen; member 59 unsigned int cryptlen; member
|
D | skcipher.c | 628 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local 645 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
|
D | authenc.c | 200 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
|
D | drbg.c | 1830 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/include/crypto/ |
D | aead.h | 91 unsigned int cryptlen; member 501 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
|
D | skcipher.h | 25 unsigned int cryptlen; member 577 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | cipher.h | 45 unsigned int cryptlen; member
|
D | common.c | 293 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
|
/kernel/linux/linux-5.10/include/linux/ |
D | crypto.h | 536 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt() 538 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt() 566 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt() 568 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | talitos.c | 994 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp_unmap() local 1099 int cryptlen = datalen + elen; in sg_to_link_tbl_offset() local 1203 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp() local 1323 unsigned int cryptlen, in talitos_edesc_alloc() 1423 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in aead_edesc_alloc() local 1575 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
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 134 unsigned int cryptlen, u8 *b0) in generate_b0()
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 164 u32 cryptlen, u32 assoclen, u32 digestsize) in safexcel_aead_token() 611 unsigned int cryptlen, in safexcel_handle_req_result() 670 unsigned int cryptlen, unsigned int assoclen, in safexcel_send_req()
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
D | nitrox_req.h | 235 unsigned int cryptlen; member
|