Home
last modified time | relevance | path

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

12

/linux-5.19.10/crypto/
Daegis128-core.c346 u64 assoclen, u64 cryptlen) in crypto_aegis128_final()
394 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt_generic() local
416 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt_generic() local
455 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt_simd() local
479 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt_simd() local
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
Dccm.c128 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
Daead.c87 unsigned int cryptlen = req->cryptlen; in crypto_aead_encrypt() local
104 unsigned int cryptlen = req->cryptlen; in crypto_aead_decrypt() local
Dalgapi.c1106 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt()
1119 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt()
1279 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt()
1292 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
Daegis128-neon.c68 unsigned int cryptlen, in crypto_aegis128_final_simd()
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
Dchacha20poly1305.c39 __le64 cryptlen; member
59 unsigned int cryptlen; member
Daegis128-neon-inner.c318 unsigned int cryptlen, in crypto_aegis128_final_neon()
Dskcipher.c623 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local
640 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
Dauthenc.c200 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
/linux-5.19.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
/linux-5.19.10/include/crypto/
Daead.h93 unsigned int cryptlen; member
508 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
Dskcipher.h29 unsigned int cryptlen; member
581 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
/linux-5.19.10/drivers/crypto/qce/
Dcipher.h44 unsigned int cryptlen; member
Daead.c192 unsigned int adata_header_len, cryptlen, totallen; in qce_aead_ccm_prepare_buf_assoclen() local
336 unsigned int cryptlen; in qce_aead_ccm_prepare_buf() local
Daead.h38 unsigned int cryptlen; member
Dcommon.c298 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
/linux-5.19.10/include/linux/
Dcrypto.h545 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt()
547 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt()
575 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt()
577 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt()
/linux-5.19.10/drivers/crypto/
Dtalitos.c995 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp_unmap() local
1100 int cryptlen = datalen + elen; in sg_to_link_tbl_offset() local
1204 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp() local
1324 unsigned int cryptlen, in talitos_edesc_alloc()
1424 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in aead_edesc_alloc() local
1576 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
/linux-5.19.10/drivers/crypto/nx/
Dnx-aes-ccm.c134 unsigned int cryptlen, u8 *b0) in generate_b0()
/linux-5.19.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
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_cipher.c165 u32 cryptlen, u32 assoclen, u32 digestsize) in safexcel_aead_token()
612 unsigned int cryptlen, in safexcel_handle_req_result()
671 unsigned int cryptlen, unsigned int assoclen, in safexcel_send_req()

12