Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dchacha.h26 #define CHACHAPOLY_IV_SIZE 12 macro
/linux-6.1.9/crypto/
Dchacha20poly1305.c565 if (ivsize > CHACHAPOLY_IV_SIZE) in chachapoly_create()
576 ctx->saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_create()
/linux-6.1.9/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()
3314 .ivsize = CHACHAPOLY_IV_SIZE,
Dcaamalg_desc.c1247 const bool is_ipsec = (ivsize != CHACHAPOLY_IV_SIZE); in cnstr_shdsc_chachapoly()
Dcaamalg_qi2.c503 OP_ALG_ALGSEL_CHACHA20 && ivsize != CHACHAPOLY_IV_SIZE) in aead_edesc_alloc()
637 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
2920 .ivsize = CHACHAPOLY_IV_SIZE,
/linux-6.1.9/drivers/crypto/inside-secure/
Dsafexcel_cipher.c3010 .ivsize = CHACHAPOLY_IV_SIZE,
3050 .ivsize = CHACHAPOLY_IV_SIZE - EIP197_AEAD_IPSEC_NONCE_SIZE,