Searched refs:sink (Results 1 – 15 of 15) sorted by relevance
/openssl/doc/man3/ |
H A D | BIO_s_null.pod | 5 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 D | BIO_s_core.pod | 19 A core BIO is treated as source/sink BIO which communicates to some external
|
H A D | BIO_ctrl.pod | 73 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 D | BIO_meth_new.pod | 97 Source/sink BIOs should have the "source/sink" bit set (B<BIO_TYPE_SOURCE_SINK>).
|
H A D | BIO_s_bio.pod | 33 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 D | BIO_f_buffer.pod | 71 source/sink BIO is non blocking.
|
H A D | BIO_f_md.pod | 87 * For BIO_push() we want to append the sink BIO and keep a note of
|
H A D | BIO_s_file.pod | 29 source/sink BIO.
|
H A D | BIO_read.pod | 85 particular when the source/sink is nonblocking or of a certain type
|
H A D | BIO_s_mem.pod | 28 A memory BIO is a source/sink BIO which uses memory for its I/O. Data
|
/openssl/doc/man7/ |
H A D | bio.pod | 20 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 D | s_socket.c | 394 char sink[64]; in do_server() local 440 && readsocket(sock, sink, sizeof(sink)) > 0); in do_server()
|
/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 106 ($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 D | build.info | 10 # Source / sink implementations
|
/openssl/ |
H A D | CHANGES.md | 5436 The source/sink BIOs BIO_s_connect, BIO_s_accept and BIO_s_datagram
|
Completed in 90 milliseconds