Searched defs:cryptlen (Results 1 – 12 of 12) sorted by relevance
/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 | aegis128-neon.c | 65 u64 assoclen, u64 cryptlen) in crypto_aegis128_final_simd()
|
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 | ccm.c | 128 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
|
D | algapi.c | 1085 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()
|
D | aegis128-neon-inner.c | 245 uint64_t cryptlen) in crypto_aegis128_final_neon()
|
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 | chacha20poly1305.c | 39 __le64 cryptlen; member 59 unsigned int cryptlen; member
|
D | skcipher.c | 629 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local 646 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 | 1831 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local
|