Searched refs:CHACHAPOLY_IV_SIZE (Results 1 – 6 of 6) sorted by relevance
26 #define CHACHAPOLY_IV_SIZE 12 macro
565 if (ivsize > CHACHAPOLY_IV_SIZE) in chachapoly_create()576 ctx->saltlen = CHACHAPOLY_IV_SIZE - ivsize; in chachapoly_create()
564 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,
1247 const bool is_ipsec = (ivsize != CHACHAPOLY_IV_SIZE); in cnstr_shdsc_chachapoly()
503 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,
3010 .ivsize = CHACHAPOLY_IV_SIZE,3050 .ivsize = CHACHAPOLY_IV_SIZE - EIP197_AEAD_IPSEC_NONCE_SIZE,