Home
last modified time | relevance | path

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

/crypto/
Dauthencesn.c112 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv_tail() local
146 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv() local
205 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_encrypt() local
246 unsigned int cryptlen = req->cryptlen - authsize; in crypto_authenc_esn_decrypt_tail() local
296 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_decrypt() local
Dccm.c138 unsigned int cryptlen) in format_input()
179 unsigned int cryptlen) in crypto_ccm_auth()
302 unsigned int cryptlen = req->cryptlen; in crypto_ccm_encrypt() local
340 unsigned int cryptlen = req->cryptlen - authsize; in crypto_ccm_decrypt_done() local
363 unsigned int cryptlen = req->cryptlen; in crypto_ccm_decrypt() local
Dgcm.c62 unsigned int cryptlen; member
219 unsigned int cryptlen) in crypto_gcm_init_crypt()
513 unsigned int cryptlen = req->cryptlen - authsize; in crypto_gcm_verify() local
548 unsigned int cryptlen = req->cryptlen; in crypto_gcm_decrypt() local
Dchacha20poly1305.c47 __le64 cryptlen; member
67 unsigned int cryptlen; member
Dauthenc.c215 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
Dxts.c158 unsigned cryptlen; in pre_crypt() local
Dlrw.c211 unsigned cryptlen; in pre_crypt() local
Ddrbg.c1762 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local