Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 4 of 4) sorted by relevance

/crypto/
A Ddeflate.c29 struct z_stream_s stream; member
64 struct z_stream_s *stream = &ds->stream; in deflate_compress_one() local
79 stream->avail_out = dcur; in deflate_compress_one()
86 stream->avail_in = 0; in deflate_compress_one()
87 stream->next_in = NULL; in deflate_compress_one()
93 stream->avail_in = scur; in deflate_compress_one()
100 scur -= stream->avail_in; in deflate_compress_one()
143 struct z_stream_s *stream = &ds->stream; in deflate_decompress_one() local
155 stream->avail_in = 0; in deflate_decompress_one()
156 stream->next_in = NULL; in deflate_decompress_one()
[all …]
A Dscompress.c174 struct crypto_acomp_stream *stream; in scomp_acomp_comp_decomp() local
235 stream = crypto_acomp_lock_stream_bh(&crypto_scomp_alg(scomp)->streams); in scomp_acomp_comp_decomp()
246 dst, &dlen, stream->ctx); in scomp_acomp_comp_decomp()
249 dst, &dlen, stream->ctx); in scomp_acomp_comp_decomp()
254 dst, &dlen, stream->ctx); in scomp_acomp_comp_decomp()
257 dst, &dlen, stream->ctx); in scomp_acomp_comp_decomp()
259 crypto_acomp_unlock_stream_bh(stream); in scomp_acomp_comp_decomp()
A DKconfig620 each sector using the XChaCha12 stream cipher, two passes of
627 underlying stream and block ciphers, subject to a security
642 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
653 The ChaCha20, XChaCha20, and XChaCha12 stream cipher algorithms
655 ChaCha20 is a 256-bit high-speed stream cipher designed by Daniel J.
803 ChaCha20 stream cipher and Poly1305 authenticator combined
A Dacompress.c453 struct crypto_acomp_streams *s) __acquires(stream) in crypto_acomp_lock_stream_bh()

Completed in 8 milliseconds