Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dchacha.h27 #define CHACHAPOLY_IV_SIZE 12 macro
/Linux-v5.4/crypto/
Dchacha20poly1305.c574 if (ivsize > CHACHAPOLY_IV_SIZE) in chachapoly_create()
610 ctx->saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_create()
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg.c549 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
1191 if (ivsize != CHACHAPOLY_IV_SIZE) { in init_chachapoly_job()
3372 .ivsize = CHACHAPOLY_IV_SIZE,
Dcaamalg_desc.c1246 const bool is_ipsec = (ivsize != CHACHAPOLY_IV_SIZE); in cnstr_shdsc_chachapoly()
Dcaamalg_qi2.c501 OP_ALG_ALGSEL_CHACHA20 && ivsize != CHACHAPOLY_IV_SIZE) in aead_edesc_alloc()
635 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
2849 .ivsize = CHACHAPOLY_IV_SIZE,