Home
last modified time | relevance | path

Searched refs:sink (Results 1 – 15 of 15) sorted by relevance

/openssl/doc/man3/
H A DBIO_s_null.pod5 BIO_s_null - null data sink
15 BIO_s_null() returns the null sink BIO method. Data written to
16 the null sink is discarded, reads return EOF.
20 A null sink BIO behaves in a similar manner to the Unix /dev/null
26 A null sink is useful if, for example, an application wishes to digest some
28 Since a BIO chain must normally include a source/sink BIO this can be achieved
29 by adding a null sink BIO to the end of the chain
33 BIO_s_null() returns the null sink BIO method.
H A DBIO_s_core.pod19 A core BIO is treated as source/sink BIO which communicates to some external
H A DBIO_ctrl.pod73 in a source/sink BIO to indicate that the underlying I/O stream should
159 Source/sink BIOs return an 0 if they do not recognize the BIO_ctrl()
H A DBIO_meth_new.pod97 Source/sink BIOs should have the "source/sink" bit set (B<BIO_TYPE_SOURCE_SINK>).
H A DBIO_s_bio.pod33 BIO_s_bio() returns the method for a BIO pair. A BIO pair is a pair of source/sink
38 Since BIO chains typically end in a source/sink BIO it is possible to make this
H A DBIO_f_buffer.pod71 source/sink BIO is non blocking.
H A DBIO_f_md.pod87 * For BIO_push() we want to append the sink BIO and keep a note of
H A DBIO_s_file.pod29 source/sink BIO.
H A DBIO_read.pod85 particular when the source/sink is nonblocking or of a certain type
H A DBIO_s_mem.pod28 A memory BIO is a source/sink BIO which uses memory for its I/O. Data
/openssl/doc/man7/
H A Dbio.pod20 There are two types of BIO, a source/sink BIO and a filter BIO.
22 As its name implies a source/sink BIO is a source and/or sink of data,
34 with one component). A chain normally consists of one source/sink
36 first BIO then traverses the chain to the end (normally a source/sink
51 a source/sink BIO typically starts with I<BIO_s_> and
/openssl/apps/lib/
H A Ds_socket.c394 char sink[64]; in do_server() local
440 && readsocket(sock, sink, sizeof(sink)) > 0); in do_server()
/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl106 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx");
222 lea 16(%rsp),$sink # sink pointer
224 sub $offset,$sink
243 cmovge $sink,@inptr[$i] # cancel input
244 cmovg $sink,@outptr[$i] # sink output
500 lea 16(%rsp),$sink # sink pointer
502 sub $offset,$sink
521 cmovge $sink,@inptr[$i] # cancel input
522 cmovg $sink,@outptr[$i] # sink output
670 my $offload=$sink;
/openssl/crypto/bio/
H A Dbuild.info10 # Source / sink implementations
/openssl/
H A DCHANGES.md5436 The source/sink BIOs BIO_s_connect, BIO_s_accept and BIO_s_datagram

Completed in 90 milliseconds