Home
last modified time | relevance | path

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

/crypto/
Dauthencesn.c107 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv_tail() local
141 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
Daegis128-core.c349 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
Dccm.c136 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
Daead.c92 unsigned int cryptlen = req->cryptlen; in crypto_aead_encrypt() local
109 unsigned int cryptlen = req->cryptlen; in crypto_aead_decrypt() local
Dalgapi.c1081 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()
Dgcm.c59 unsigned int cryptlen; member
184 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
Dchacha20poly1305.c41 __le64 cryptlen; member
61 unsigned int cryptlen; member
Dauthenc.c210 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
Dskcipher.c848 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local
865 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
Ddrbg.c1837 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local