Home
last modified time | relevance | path

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

/linux/crypto/
H A Dchacha.c130 .ivsize = XCHACHA_IV_SIZE,
146 .ivsize = XCHACHA_IV_SIZE,
H A Dadiantum.c110 u8 iv[XCHACHA_IV_SIZE]; in adiantum_setkey()
384 u8 bytes[XCHACHA_IV_SIZE]; in adiantum_crypt()
385 __le32 words[XCHACHA_IV_SIZE / sizeof(__le32)]; in adiantum_crypt()
426 BUILD_BUG_ON(XCHACHA_IV_SIZE != 32); /* nonce || stream position */ in adiantum_crypt()
/linux/include/crypto/
H A Dchacha.h34 #define XCHACHA_IV_SIZE 32 macro