Home
last modified time | relevance | path

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

12

/arch/powerpc/kernel/
Dnvram_64.c116 static struct z_stream_s stream; variable
324 err = zlib_deflateInit2(&stream, COMPR_LEVEL, Z_DEFLATED, WINDOW_BITS, in nvram_compress()
329 stream.next_in = in; in nvram_compress()
330 stream.avail_in = inlen; in nvram_compress()
331 stream.total_in = 0; in nvram_compress()
332 stream.next_out = out; in nvram_compress()
333 stream.avail_out = outlen; in nvram_compress()
334 stream.total_out = 0; in nvram_compress()
336 err = zlib_deflate(&stream, Z_FINISH); in nvram_compress()
340 err = zlib_deflateEnd(&stream); in nvram_compress()
[all …]
/arch/arm/kernel/
Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
/arch/alpha/kernel/
Derr_ev6.c101 int source = -1, stream = -1, bits = -1; in ev6_parse_cbox() local
137 stream = EXTRACT(c_stat, EV6__C_STAT__ISTREAM); in ev6_parse_cbox()
160 streamname[stream], bitsname[bits], sourcename[source]); in ev6_parse_cbox()
/arch/s390/crypto/
Dchacha-glue.c65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
68 hchacha_block_generic(state, stream, nrounds); in hchacha_block_arch()
DKconfig129 Length-preserving cipher: ChaCha20 stream cipher (RFC 7539)
/arch/arm64/crypto/
Dchacha-neon-glue.c65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
68 hchacha_block_generic(state, stream, nrounds); in hchacha_block_arch()
71 hchacha_block_neon(state, stream, nrounds); in hchacha_block_arch()
DKconfig196 stream cipher algorithms
/arch/powerpc/crypto/
Dchacha-p10-glue.c54 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
56 hchacha_block_generic(state, stream, nrounds); in hchacha_block_arch()
DKconfig122 stream cipher algorithms
Dchacha-p10le-8x.S492 # key stream = working state + state
Daes-gcm-p10.S1030 # loop the rest of the stream if any
/arch/arm/crypto/
Dchacha-glue.c67 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
70 hchacha_block_arm(state, stream, nrounds); in hchacha_block_arch()
73 hchacha_block_neon(state, stream, nrounds); in hchacha_block_arch()
DKconfig214 stream cipher algorithms
Daes-ce-core.S453 vst1.8 {q0}, [r0, :64] @ return the key stream
/arch/x86/crypto/
Dchacha_glue.c124 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
127 hchacha_block_generic(state, stream, nrounds); in hchacha_block_arch()
130 hchacha_block_ssse3(state, stream, nrounds); in hchacha_block_arch()
DKconfig353 stream cipher algorithms
/arch/mips/crypto/
DKconfig70 stream cipher algorithms
Dchacha-glue.c20 asmlinkage void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds);
/arch/riscv/crypto/
DKconfig27 Length-preserving ciphers: ChaCha20 stream cipher algorithm
/arch/arm/boot/dts/nxp/imx/
Dimx6q-h100.dts85 led1: led-stream {
86 label = "stream";
/arch/um/os-Linux/
Dfile.c375 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() argument
377 int err, type = stream ? SOCK_STREAM : SOCK_DGRAM; in os_pipe()
/arch/um/include/shared/
Dos.h159 extern int os_pipe(int *fd, int stream, int close_on_exec);
/arch/arc/boot/dts/
Dabilis_tb10x.dtsi201 tb10x_stream_proc: tb10x-stream-proc {
/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10.dtsi399 stream-match-mask = <0x7ff0>;
/arch/arm64/boot/dts/intel/
Dsocfpga_agilex.dtsi427 stream-match-mask = <0x7ff0>;

12