Home
last modified time | relevance | path

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

12

/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.c1096 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt()
1109 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt()
1269 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt()
1282 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
Dgcm.c58 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
Daegis128-neon-inner.c245 uint64_t cryptlen) in crypto_aegis128_final_neon()
Dchacha20poly1305.c39 __le64 cryptlen; member
59 unsigned int cryptlen; member
Dskcipher.c628 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local
645 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
Dauthenc.c200 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
Ddrbg.c1830 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() 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-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-5.10/drivers/crypto/qce/
Dcipher.h45 unsigned int cryptlen; member
Dcommon.c293 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
/kernel/linux/linux-5.10/include/linux/
Dcrypto.h536 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt()
538 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt()
566 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt()
568 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt()
/kernel/linux/linux-5.10/drivers/crypto/
Dtalitos.c994 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp_unmap() local
1099 int cryptlen = datalen + elen; in sg_to_link_tbl_offset() local
1203 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp() local
1323 unsigned int cryptlen, in talitos_edesc_alloc()
1423 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in aead_edesc_alloc() local
1575 unsigned int cryptlen = areq->cryptlen; in common_nonsnoop() local
Domap-aes-gcm.c91 int alen, clen, cryptlen, assoclen, ret; in omap_aes_gcm_copy_buffers() local
/kernel/linux/linux-5.10/drivers/crypto/nx/
Dnx-aes-ccm.c134 unsigned int cryptlen, u8 *b0) in generate_b0()
/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_aead.h95 unsigned int cryptlen; member
Dcc_aead.c1547 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_ccm_adata() local
1836 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_gcm_context() local
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel_cipher.c164 u32 cryptlen, u32 assoclen, u32 digestsize) in safexcel_aead_token()
611 unsigned int cryptlen, in safexcel_handle_req_result()
670 unsigned int cryptlen, unsigned int assoclen, in safexcel_send_req()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_req.h235 unsigned int cryptlen; member

12