Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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
Dccm.c127 unsigned int cryptlen) in format_input()
168 unsigned int cryptlen) in crypto_ccm_auth()
291 unsigned int cryptlen = req->cryptlen; in crypto_ccm_encrypt() local
329 unsigned int cryptlen = req->cryptlen - authsize; in crypto_ccm_decrypt_done() local
352 unsigned int cryptlen = req->cryptlen; in crypto_ccm_decrypt() local
Daead.c87 unsigned int cryptlen = req->cryptlen; in crypto_aead_encrypt() local
104 unsigned int cryptlen = req->cryptlen; in crypto_aead_decrypt() local
Daegis128-neon.c65 u64 assoclen, u64 cryptlen) in crypto_aegis128_final_simd()
Dalgapi.c1082 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt()
1095 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt()
1255 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt()
1268 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
/kernel/linux/linux-4.19/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
Daegis128.c311 u64 assoclen, u64 cryptlen) in crypto_aegis128_final()
357 unsigned int cryptlen, in crypto_aegis128_crypt()
380 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt() local
400 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt() local
Daegis256.c324 u64 assoclen, u64 cryptlen) in crypto_aegis256_final()
372 unsigned int cryptlen, in crypto_aegis256_crypt()
395 unsigned int cryptlen = req->cryptlen; in crypto_aegis256_encrypt() local
415 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis256_decrypt() local
Daegis128l.c374 u64 assoclen, u64 cryptlen) in crypto_aegis128l_final()
421 unsigned int cryptlen, in crypto_aegis128l_crypt()
444 unsigned int cryptlen = req->cryptlen; in crypto_aegis128l_encrypt() local
464 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128l_decrypt() local
Dmorus1280.c387 u64 assoclen, u64 cryptlen) in crypto_morus1280_final()
435 unsigned int cryptlen, in crypto_morus1280_crypt()
459 unsigned int cryptlen = req->cryptlen; in crypto_morus1280_encrypt() local
481 unsigned int cryptlen = req->cryptlen - authsize; in crypto_morus1280_decrypt() local
Dmorus640.c386 u64 assoclen, u64 cryptlen) in crypto_morus640_final()
427 unsigned int cryptlen, in crypto_morus640_crypt()
451 unsigned int cryptlen = req->cryptlen; in crypto_morus640_encrypt() local
473 unsigned int cryptlen = req->cryptlen - authsize; in crypto_morus640_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
/kernel/linux/linux-5.10/arch/x86/crypto/
Daegis128-aesni-glue.c167 unsigned int cryptlen, in crypto_aegis128_aesni_crypt()
198 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_aesni_encrypt() local
220 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_aesni_decrypt() local
/kernel/linux/linux-4.19/arch/x86/crypto/
Dmorus640_glue.c128 unsigned int cryptlen, in crypto_morus640_glue_crypt()
160 unsigned int cryptlen = req->cryptlen; in crypto_morus640_glue_encrypt() local
184 unsigned int cryptlen = req->cryptlen - authsize; in crypto_morus640_glue_decrypt() local
Dmorus1280_glue.c133 unsigned int cryptlen, in crypto_morus1280_glue_crypt()
165 unsigned int cryptlen = req->cryptlen; in crypto_morus1280_glue_encrypt() local
189 unsigned int cryptlen = req->cryptlen - authsize; in crypto_morus1280_glue_decrypt() local
Daegis128-aesni-glue.c173 unsigned int cryptlen, in crypto_aegis128_aesni_crypt()
204 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_aesni_encrypt() local
226 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_aesni_decrypt() local
Daegis128l-aesni-glue.c173 unsigned int cryptlen, in crypto_aegis128l_aesni_crypt()
204 unsigned int cryptlen = req->cryptlen; in crypto_aegis128l_aesni_encrypt() local
226 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128l_aesni_decrypt() local
Daegis256-aesni-glue.c173 unsigned int cryptlen, in crypto_aegis256_aesni_crypt()
204 unsigned int cryptlen = req->cryptlen; in crypto_aegis256_aesni_encrypt() local
226 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis256_aesni_decrypt() local
/kernel/linux/linux-5.10/include/crypto/
Daead.h91 unsigned int cryptlen; member
501 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
Dskcipher.h25 unsigned int cryptlen; member
577 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
/kernel/linux/linux-4.19/include/crypto/
Daead.h90 unsigned int cryptlen; member
510 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
Dskcipher.h30 unsigned int cryptlen; member
604 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
/kernel/linux/linux-4.19/drivers/crypto/qce/
Dcipher.h53 unsigned int cryptlen; member
/kernel/linux/linux-5.10/drivers/crypto/qce/
Dcipher.h45 unsigned int cryptlen; member

123