Home
last modified time | relevance | path

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

12

/Linux-v4.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.c386 u64 assoclen, u64 cryptlen) in crypto_morus1280_final()
437 unsigned int cryptlen, in crypto_morus1280_crypt()
461 unsigned int cryptlen = req->cryptlen; in crypto_morus1280_encrypt() local
483 unsigned int cryptlen = req->cryptlen - authsize; in crypto_morus1280_decrypt() local
Dmorus640.c385 u64 assoclen, u64 cryptlen) in crypto_morus640_final()
434 unsigned int cryptlen, in crypto_morus640_crypt()
458 unsigned int cryptlen = req->cryptlen; in crypto_morus640_encrypt() local
480 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
Dgcm.c62 unsigned int cryptlen; member
200 unsigned int cryptlen) in crypto_gcm_init_crypt()
494 unsigned int cryptlen = req->cryptlen - authsize; in crypto_gcm_verify() local
529 unsigned int cryptlen = req->cryptlen; in crypto_gcm_decrypt() local
Dchacha20poly1305.c47 __le64 cryptlen; member
67 unsigned int cryptlen; member
Dxts.c158 unsigned cryptlen; in pre_crypt() local
Dlrw.c210 unsigned cryptlen; in pre_crypt() local
/Linux-v4.19/arch/x86/crypto/
Dmorus1280_glue.c144 unsigned int cryptlen, in crypto_morus1280_glue_crypt()
173 unsigned int cryptlen = req->cryptlen; in crypto_morus1280_glue_encrypt() local
197 unsigned int cryptlen = req->cryptlen - authsize; in crypto_morus1280_glue_decrypt() local
Dmorus640_glue.c140 unsigned int cryptlen, in crypto_morus640_glue_crypt()
169 unsigned int cryptlen = req->cryptlen; in crypto_morus640_glue_encrypt() local
193 unsigned int cryptlen = req->cryptlen - authsize; in crypto_morus640_glue_decrypt() local
Daegis128-aesni-glue.c184 unsigned int cryptlen, in crypto_aegis128_aesni_crypt()
212 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_aesni_encrypt() local
234 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_aesni_decrypt() local
Daegis256-aesni-glue.c184 unsigned int cryptlen, in crypto_aegis256_aesni_crypt()
212 unsigned int cryptlen = req->cryptlen; in crypto_aegis256_aesni_encrypt() local
234 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis256_aesni_decrypt() local
Daegis128l-aesni-glue.c184 unsigned int cryptlen, in crypto_aegis128l_aesni_crypt()
212 unsigned int cryptlen = req->cryptlen; in crypto_aegis128l_aesni_encrypt() local
234 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128l_aesni_decrypt() local
/Linux-v4.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()
/Linux-v4.19/drivers/crypto/qce/
Dcipher.h53 unsigned int cryptlen; member
Dcommon.c198 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_cipher.c99 u32 cryptlen, u32 assoclen, u32 digestsize) in safexcel_aead_token()
327 unsigned int cryptlen, in safexcel_handle_req_result()
374 unsigned int cryptlen, unsigned int assoclen, in safexcel_send_req()
/Linux-v4.19/drivers/crypto/
Domap-aes-gcm.c94 int alen, clen, cryptlen, assoclen, ret; in omap_aes_gcm_copy_buffers() local
Dtalitos.c1113 unsigned int offset, int cryptlen, in sg_to_link_tbl_offset()
1208 unsigned int cryptlen = areq->cryptlen; in ipsec_esp() local
1349 unsigned int cryptlen, in talitos_edesc_alloc()
1603 unsigned int cryptlen = areq->nbytes; in common_nonsnoop() local
/Linux-v4.19/drivers/crypto/nx/
Dnx-aes-ccm.c146 unsigned int cryptlen, u8 *b0) in generate_b0()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.h96 unsigned int cryptlen; member

12