Searched defs:stream (Results 1 – 4 of 4) sorted by relevance
45 struct z_stream_s *stream = &ctx->comp_stream; in deflate_comp_init() local74 struct z_stream_s *stream = &ctx->decomp_stream; in deflate_decomp_init() local181 struct z_stream_s *stream = &dctx->comp_stream; in __deflate_compress() local226 struct z_stream_s *stream = &dctx->decomp_stream; in __deflate_decompress() local
35 static void salsa20_block(u32 *state, __le32 *stream) in salsa20_block()87 __le32 stream[SALSA20_BLOCK_SIZE / sizeof(__le32)]; in salsa20_docrypt() local
19 u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); in chacha_docrypt() local
47 u8 *stream = PTR_ALIGN(tmp + 0, alignmask + 1); in crypto_cfb_final() local