| /Linux-v5.4/crypto/ | 
| D | authencesn.c | 107 	unsigned int cryptlen = req->cryptlen;  in crypto_authenc_esn_genicv_tail()  local141 	unsigned int cryptlen = req->cryptlen;  in crypto_authenc_esn_genicv()  local
 200 	unsigned int cryptlen = req->cryptlen;  in crypto_authenc_esn_encrypt()  local
 241 	unsigned int cryptlen = req->cryptlen - authsize;  in crypto_authenc_esn_decrypt_tail()  local
 291 	unsigned int cryptlen = req->cryptlen;  in crypto_authenc_esn_decrypt()  local
 
 | 
| D | aegis128-core.c | 349 				  u64 assoclen, u64 cryptlen)  in crypto_aegis128_final()395 				  unsigned int cryptlen,  in crypto_aegis128_crypt()
 418 	unsigned int cryptlen = req->cryptlen;  in crypto_aegis128_encrypt()  local
 443 	unsigned int cryptlen = req->cryptlen - authsize;  in crypto_aegis128_decrypt()  local
 
 | 
| D | ccm.c | 136 			unsigned int cryptlen)  in format_input()177 			   unsigned int cryptlen)  in crypto_ccm_auth()
 300 	unsigned int cryptlen = req->cryptlen;  in crypto_ccm_encrypt()  local
 338 	unsigned int cryptlen = req->cryptlen - authsize;  in crypto_ccm_decrypt_done()  local
 361 	unsigned int cryptlen = req->cryptlen;  in crypto_ccm_decrypt()  local
 
 | 
| D | aead.c | 92 	unsigned int cryptlen = req->cryptlen;  in crypto_aead_encrypt()  local109 	unsigned int cryptlen = req->cryptlen;  in crypto_aead_decrypt()  local
 
 | 
| D | algapi.c | 1081 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg,  in crypto_stats_aead_encrypt()1094 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg,  in crypto_stats_aead_decrypt()
 1254 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret,  in crypto_stats_skcipher_encrypt()
 1267 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret,  in crypto_stats_skcipher_decrypt()
 
 | 
| D | gcm.c | 59 	unsigned int cryptlen;  member184 				  unsigned int cryptlen)  in crypto_gcm_init_crypt()
 478 	unsigned int cryptlen = req->cryptlen - authsize;  in crypto_gcm_verify()  local
 513 	unsigned int cryptlen = req->cryptlen;  in crypto_gcm_decrypt()  local
 
 | 
| D | chacha20poly1305.c | 41 		__le64 cryptlen;  member61 	unsigned int cryptlen;  member
 
 | 
| D | skcipher.c | 848 	unsigned int cryptlen = req->cryptlen;  in crypto_skcipher_encrypt()  local865 	unsigned int cryptlen = req->cryptlen;  in crypto_skcipher_decrypt()  local
 
 | 
| D | authenc.c | 210 	unsigned int cryptlen = req->cryptlen;  in crypto_authenc_encrypt()  local
 | 
| D | drbg.c | 1837 		u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN);  in drbg_kcapi_sym_ctr()  local
 | 
| /Linux-v5.4/arch/x86/crypto/ | 
| D | aegis128-aesni-glue.c | 169 					unsigned int cryptlen,  in crypto_aegis128_aesni_crypt()200 	unsigned int cryptlen = req->cryptlen;  in crypto_aegis128_aesni_encrypt()  local
 222 	unsigned int cryptlen = req->cryptlen - authsize;  in crypto_aegis128_aesni_decrypt()  local
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | aead.h | 85 	unsigned int cryptlen;  member483 					  unsigned int cryptlen, u8 *iv)  in aead_request_set_crypt()
 
 | 
| D | skcipher.h | 25 	unsigned int cryptlen;  member580 	unsigned int cryptlen, void *iv)  in skcipher_request_set_crypt()
 
 | 
| /Linux-v5.4/drivers/crypto/qce/ | 
| D | cipher.h | 45 	unsigned int cryptlen;  member
 | 
| D | common.c | 190 		       unsigned int enckeylen, unsigned int cryptlen)  in qce_xtskey()
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | talitos.c | 999 	unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize);  in ipsec_esp_unmap()  local1104 	int cryptlen = datalen + elen;  in sg_to_link_tbl_offset()  local
 1206 	unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize);  in ipsec_esp()  local
 1326 						 unsigned int cryptlen,  in talitos_edesc_alloc()
 1426 	unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize);  in aead_edesc_alloc()  local
 1580 	unsigned int cryptlen = areq->nbytes;  in common_nonsnoop()  local
 
 | 
| D | omap-aes-gcm.c | 90 	int alen, clen, cryptlen, assoclen, ret;  in omap_aes_gcm_copy_buffers()  local
 | 
| D | ixp4xx_crypto.c | 985 	unsigned int cryptlen;  in aead_perform()  local
 | 
| /Linux-v5.4/drivers/crypto/nx/ | 
| D | nx-aes-ccm.c | 134 		       unsigned int cryptlen, u8 *b0)  in generate_b0()
 | 
| /Linux-v5.4/drivers/crypto/ccree/ | 
| D | cc_aead.h | 96 	unsigned int cryptlen;  member
 | 
| D | cc_aead.c | 1557 	unsigned int cryptlen = (req_ctx->gen_ctx.op_type ==  in config_ccm_adata()  local1847 	unsigned int cryptlen = (req_ctx->gen_ctx.op_type ==  in config_gcm_context()  local
 
 | 
| /Linux-v5.4/drivers/crypto/inside-secure/ | 
| D | safexcel_cipher.c | 147 				u32 cryptlen, u32 assoclen, u32 digestsize)  in safexcel_aead_token()492 				      unsigned int cryptlen,  in safexcel_handle_req_result()
 551 			     unsigned int cryptlen, unsigned int assoclen,  in safexcel_send_req()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | crypto.h | 625 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret)  in crypto_stats_aead_encrypt()627 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret)  in crypto_stats_aead_decrypt()
 655 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg …  in crypto_stats_skcipher_encrypt()
 657 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg …  in crypto_stats_skcipher_decrypt()
 
 | 
| /Linux-v5.4/arch/arm64/crypto/ | 
| D | ghash-ce-glue.c | 402 		      u64 dg[], u8 tag[], int cryptlen)  in gcm_final()
 | 
| /Linux-v5.4/drivers/crypto/cavium/nitrox/ | 
| D | nitrox_req.h | 231 	unsigned int cryptlen;  member
 |