Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dauthencesn.c107 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv_tail() local
141 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_genicv() local
200 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_encrypt() local
241 unsigned int cryptlen = req->cryptlen - authsize; in crypto_authenc_esn_decrypt_tail() local
291 unsigned int cryptlen = req->cryptlen; in crypto_authenc_esn_decrypt() local
Daegis128-core.c349 u64 assoclen, u64 cryptlen) in crypto_aegis128_final()
395 unsigned int cryptlen, in crypto_aegis128_crypt()
418 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_encrypt() local
443 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_decrypt() local
Dccm.c136 unsigned int cryptlen) in format_input()
177 unsigned int cryptlen) in crypto_ccm_auth()
300 unsigned int cryptlen = req->cryptlen; in crypto_ccm_encrypt() local
338 unsigned int cryptlen = req->cryptlen - authsize; in crypto_ccm_decrypt_done() local
361 unsigned int cryptlen = req->cryptlen; in crypto_ccm_decrypt() local
Daead.c92 unsigned int cryptlen = req->cryptlen; in crypto_aead_encrypt() local
109 unsigned int cryptlen = req->cryptlen; in crypto_aead_decrypt() local
Dalgapi.c1081 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt()
1094 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt()
1254 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt()
1267 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt()
Dgcm.c59 unsigned int cryptlen; member
184 unsigned int cryptlen) in crypto_gcm_init_crypt()
478 unsigned int cryptlen = req->cryptlen - authsize; in crypto_gcm_verify() local
513 unsigned int cryptlen = req->cryptlen; in crypto_gcm_decrypt() local
Dchacha20poly1305.c41 __le64 cryptlen; member
61 unsigned int cryptlen; member
Dskcipher.c848 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_encrypt() local
865 unsigned int cryptlen = req->cryptlen; in crypto_skcipher_decrypt() local
Dauthenc.c210 unsigned int cryptlen = req->cryptlen; in crypto_authenc_encrypt() local
Ddrbg.c1837 u32 cryptlen = min3(inlen, outlen, (u32)DRBG_OUTSCRATCHLEN); in drbg_kcapi_sym_ctr() local
/Linux-v5.4/arch/x86/crypto/
Daegis128-aesni-glue.c169 unsigned int cryptlen, in crypto_aegis128_aesni_crypt()
200 unsigned int cryptlen = req->cryptlen; in crypto_aegis128_aesni_encrypt() local
222 unsigned int cryptlen = req->cryptlen - authsize; in crypto_aegis128_aesni_decrypt() local
/Linux-v5.4/include/crypto/
Daead.h85 unsigned int cryptlen; member
483 unsigned int cryptlen, u8 *iv) in aead_request_set_crypt()
Dskcipher.h25 unsigned int cryptlen; member
580 unsigned int cryptlen, void *iv) in skcipher_request_set_crypt()
/Linux-v5.4/drivers/crypto/qce/
Dcipher.h45 unsigned int cryptlen; member
Dcommon.c190 unsigned int enckeylen, unsigned int cryptlen) in qce_xtskey()
/Linux-v5.4/drivers/crypto/
Dtalitos.c999 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp_unmap() local
1104 int cryptlen = datalen + elen; in sg_to_link_tbl_offset() local
1206 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in ipsec_esp() local
1326 unsigned int cryptlen, in talitos_edesc_alloc()
1426 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize); in aead_edesc_alloc() local
1580 unsigned int cryptlen = areq->nbytes; in common_nonsnoop() local
Domap-aes-gcm.c90 int alen, clen, cryptlen, assoclen, ret; in omap_aes_gcm_copy_buffers() local
Dixp4xx_crypto.c985 unsigned int cryptlen; in aead_perform() local
/Linux-v5.4/drivers/crypto/nx/
Dnx-aes-ccm.c134 unsigned int cryptlen, u8 *b0) in generate_b0()
/Linux-v5.4/drivers/crypto/ccree/
Dcc_aead.h96 unsigned int cryptlen; member
Dcc_aead.c1557 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_ccm_adata() local
1847 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_gcm_context() local
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c147 u32 cryptlen, u32 assoclen, u32 digestsize) in safexcel_aead_token()
492 unsigned int cryptlen, in safexcel_handle_req_result()
551 unsigned int cryptlen, unsigned int assoclen, in safexcel_send_req()
/Linux-v5.4/include/linux/
Dcrypto.h625 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt()
627 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt()
655 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt()
657 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt()
/Linux-v5.4/arch/arm64/crypto/
Dghash-ce-glue.c402 u64 dg[], u8 tag[], int cryptlen) in gcm_final()
/Linux-v5.4/drivers/crypto/cavium/nitrox/
Dnitrox_req.h231 unsigned int cryptlen; member