Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/crypto/
Dchacha-neon-glue.c153 .ivsize = XCHACHA_IV_SIZE,
169 .ivsize = XCHACHA_IV_SIZE,
/Linux-v5.4/arch/arm64/crypto/
Dchacha-neon-glue.c150 .ivsize = XCHACHA_IV_SIZE,
166 .ivsize = XCHACHA_IV_SIZE,
/Linux-v5.4/include/crypto/
Dchacha.h30 #define XCHACHA_IV_SIZE 32 macro
/Linux-v5.4/crypto/
Dchacha_generic.c167 .ivsize = XCHACHA_IV_SIZE,
182 .ivsize = XCHACHA_IV_SIZE,
Dadiantum.c88 u8 bytes[XCHACHA_IV_SIZE];
89 __le32 words[XCHACHA_IV_SIZE / sizeof(__le32)];
122 u8 iv[XCHACHA_IV_SIZE]; in adiantum_setkey()
366 BUILD_BUG_ON(XCHACHA_IV_SIZE != 32); /* nonce || stream position */ in adiantum_crypt()
/Linux-v5.4/arch/x86/crypto/
Dchacha_glue.c243 .ivsize = XCHACHA_IV_SIZE,
258 .ivsize = XCHACHA_IV_SIZE,