Searched defs:cryptlen (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | authencesn.c | 107 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
|
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() local 109 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; 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
|
D | chacha20poly1305.c | 41 __le64 cryptlen; member 61 unsigned int cryptlen; member
|
D | authenc.c | 210 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
|
D | skcipher.c | 848 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local 865 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
|
D | drbg.c | 1837 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local
|