Searched refs:stream (Results 1 – 2 of 2) sorted by relevance
75 void chacha_block(u32 *state, u8 *stream, int nrounds) in chacha_block() argument85 put_unaligned_le32(x[i] + state[i], &stream[i * sizeof(u32)]); in chacha_block()
530 #define HUF_FLUSHBITS_1(stream) \ argument531 if (sizeof((stream)->bitContainer) * 8 < HUF_TABLELOG_MAX * 2 + 7) \532 HUF_FLUSHBITS(stream)534 #define HUF_FLUSHBITS_2(stream) \ argument535 if (sizeof((stream)->bitContainer) * 8 < HUF_TABLELOG_MAX * 4 + 7) \536 HUF_FLUSHBITS(stream)