Home
last modified time | relevance | path

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

/crypto/
Dauthencesn.c97 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
Daegis128-core.c350 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
Daegis128-neon.c65 u64 assoclen, u64 cryptlen) in crypto_aegis128_final_simd()
Daead.c87 unsigned int cryptlen = req->cryptlen; in crypto_aead_encrypt() local
104 unsigned int cryptlen = req->cryptlen; in crypto_aead_decrypt() local
Dccm.c128 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
Dalgapi.c1085 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt()
1098 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt()
1258 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt()
1271 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
Daegis128-neon-inner.c245 uint64_t cryptlen) in crypto_aegis128_final_neon()
Dgcm.c58 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
Dchacha20poly1305.c39 __le64 cryptlen; member
59 unsigned int cryptlen; member
Dskcipher.c629 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local
646 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
Dauthenc.c200 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
Ddrbg.c1831 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local