Lines Matching refs:CHACHA_BLOCK_SIZE
46 int l = min(bytes, CHACHA_BLOCK_SIZE * 5); in chacha_doneon()
48 if (l <= CHACHA_BLOCK_SIZE) { in chacha_doneon()
49 u8 buf[CHACHA_BLOCK_SIZE]; in chacha_doneon()
61 state[12] += DIV_ROUND_UP(l, CHACHA_BLOCK_SIZE); in chacha_doneon()
86 if (!static_branch_likely(&have_neon) || bytes <= CHACHA_BLOCK_SIZE || in chacha_crypt_arch()
175 .chunksize = CHACHA_BLOCK_SIZE,
176 .walksize = 5 * CHACHA_BLOCK_SIZE,
191 .chunksize = CHACHA_BLOCK_SIZE,
192 .walksize = 5 * CHACHA_BLOCK_SIZE,
207 .chunksize = CHACHA_BLOCK_SIZE,
208 .walksize = 5 * CHACHA_BLOCK_SIZE,