Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dchacha.h27 #define CHACHAPOLY_IV_SIZE 12 macro
/linux/drivers/crypto/caam/
H A Dcaamalg.c579 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
1241 if (ivsize != CHACHAPOLY_IV_SIZE) { in init_chachapoly_job()
3639 .ivsize = CHACHAPOLY_IV_SIZE,
H A Dcaamalg_desc.c1248 const bool is_ipsec = (ivsize != CHACHAPOLY_IV_SIZE); in cnstr_shdsc_chachapoly()
H A Dcaamalg_qi2.c506 OP_ALG_ALGSEL_CHACHA20 && ivsize != CHACHAPOLY_IV_SIZE) in aead_edesc_alloc()
640 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
2926 .ivsize = CHACHAPOLY_IV_SIZE,