Home
last modified time | relevance | path

Searched refs:CHACHA20_IV_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/crypto/
Dchacha20.h13 #define CHACHA20_IV_SIZE 16 macro
/linux-4.19.296/crypto/
Dchacha20_generic.c113 .ivsize = CHACHA20_IV_SIZE,
Dchacha20poly1305.c54 u8 iv[CHACHA20_IV_SIZE];
100 CHACHA20_IV_SIZE - sizeof(leicb) - ctx->saltlen); in chacha_iv()
650 if (crypto_skcipher_alg_ivsize(chacha) != CHACHA20_IV_SIZE) in chachapoly_create()