Home
last modified time | relevance | path

Searched refs:CHACHAPOLY_IV_SIZE (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
Dchacha.h26 #define CHACHAPOLY_IV_SIZE 12 macro
/kernel/linux/linux-5.10/crypto/
Dchacha20poly1305.c565 if (ivsize > CHACHAPOLY_IV_SIZE) in chachapoly_create()
576 ctx->saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_create()
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dcaamalg.c564 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
1158 if (ivsize != CHACHAPOLY_IV_SIZE) { in init_chachapoly_job()
3308 .ivsize = CHACHAPOLY_IV_SIZE,
Dcaamalg_desc.c1247 const bool is_ipsec = (ivsize != CHACHAPOLY_IV_SIZE); in cnstr_shdsc_chachapoly()
Dcaamalg_qi2.c500 OP_ALG_ALGSEL_CHACHA20 && ivsize != CHACHAPOLY_IV_SIZE) in aead_edesc_alloc()
634 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
2917 .ivsize = CHACHAPOLY_IV_SIZE,
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel_cipher.c3003 .ivsize = CHACHAPOLY_IV_SIZE,
3043 .ivsize = CHACHAPOLY_IV_SIZE - EIP197_AEAD_IPSEC_NONCE_SIZE,