Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dchacha.h26 #define CHACHAPOLY_IV_SIZE 12 macro
/openbmc/linux/crypto/
H A Dchacha20poly1305.c565 if (ivsize > CHACHAPOLY_IV_SIZE) in chachapoly_create()
576 ctx->saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_create()
/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg.c573 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
1174 if (ivsize != CHACHAPOLY_IV_SIZE) { in init_chachapoly_job()
3533 .ivsize = CHACHAPOLY_IV_SIZE,
H A Dcaamalg_desc.c1247 const bool is_ipsec = (ivsize != CHACHAPOLY_IV_SIZE); in cnstr_shdsc_chachapoly()
H A Dcaamalg_qi2.c505 OP_ALG_ALGSEL_CHACHA20 && ivsize != CHACHAPOLY_IV_SIZE) in aead_edesc_alloc()
639 unsigned int saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_setkey()
2925 .ivsize = CHACHAPOLY_IV_SIZE,
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c3012 .ivsize = CHACHAPOLY_IV_SIZE,
3052 .ivsize = CHACHAPOLY_IV_SIZE - EIP197_AEAD_IPSEC_NONCE_SIZE,