Searched refs:XCHACHA_IV_SIZE (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/arm/crypto/ |
| H A D | chacha-glue.c | 215 .ivsize = XCHACHA_IV_SIZE, 230 .ivsize = XCHACHA_IV_SIZE, 265 .ivsize = XCHACHA_IV_SIZE, 281 .ivsize = XCHACHA_IV_SIZE,
|
| /linux-6.15/crypto/ |
| H A D | chacha_generic.c | 95 .ivsize = XCHACHA_IV_SIZE, 110 .ivsize = XCHACHA_IV_SIZE,
|
| H A D | adiantum.c | 88 u8 bytes[XCHACHA_IV_SIZE]; 89 __le32 words[XCHACHA_IV_SIZE / sizeof(__le32)]; 122 u8 iv[XCHACHA_IV_SIZE]; in adiantum_setkey() 388 BUILD_BUG_ON(XCHACHA_IV_SIZE != 32); /* nonce || stream position */ in adiantum_crypt()
|
| /linux-6.15/arch/mips/crypto/ |
| H A D | chacha-glue.c | 100 .ivsize = XCHACHA_IV_SIZE, 115 .ivsize = XCHACHA_IV_SIZE,
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | chacha-p10-glue.c | 169 .ivsize = XCHACHA_IV_SIZE, 184 .ivsize = XCHACHA_IV_SIZE,
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | chacha-neon-glue.c | 184 .ivsize = XCHACHA_IV_SIZE, 200 .ivsize = XCHACHA_IV_SIZE,
|
| /linux-6.15/include/crypto/ |
| H A D | chacha.h | 31 #define XCHACHA_IV_SIZE 32 macro
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | chacha_glue.c | 250 .ivsize = XCHACHA_IV_SIZE, 265 .ivsize = XCHACHA_IV_SIZE,
|