Home
last modified time | relevance | path

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

12

/linux/crypto/
A 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
A 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
A 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
A Daead.c87 unsigned int cryptlen = req->cryptlen; in crypto_aead_encrypt() local
104 unsigned int cryptlen = req->cryptlen; in crypto_aead_decrypt() local
A Daegis128-neon.c68 unsigned int cryptlen, in crypto_aegis128_final_simd()
A Dalgapi.c1068 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt()
1081 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt()
1241 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt()
1254 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
A 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
A Dchacha20poly1305.c39 __le64 cryptlen; member
59 unsigned int cryptlen; member
A Daegis128-neon-inner.c318 unsigned int cryptlen, in crypto_aegis128_final_neon()
A Dskcipher.c623 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local
640 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
A Dauthenc.c200 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
/linux/arch/x86/crypto/
A 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/include/crypto/
A Daead.h91 unsigned int cryptlen; member
506 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
A Dskcipher.h25 unsigned int cryptlen; member
577 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
/linux/drivers/crypto/qce/
A Dcipher.h44 unsigned int cryptlen; member
A 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
A Daead.h38 unsigned int cryptlen; member
A Dcommon.c298 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
/linux/include/linux/
A 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()
/linux/drivers/crypto/
A 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
A Domap-aes-gcm.c91 int alen, clen, cryptlen, assoclen, ret; in omap_aes_gcm_copy_buffers() local
/linux/drivers/crypto/nx/
A Dnx-aes-ccm.c134 unsigned int cryptlen, u8 *b0) in generate_b0()
/linux/drivers/crypto/ccree/
A Dcc_aead.h95 unsigned int cryptlen; member
A 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/drivers/crypto/inside-secure/
A 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()

Completed in 59 milliseconds

12