Home
last modified time | relevance | path

Searched refs:BIO_s_dgram_pair (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man7/
H A Dopenssl-quic.pod147 L<BIO_s_dgram_pair(3)> provides BIO pair-like functionality but with datagram
154 datagram semantics. Unlike L<BIO_s_dgram_pair(3)>, it is unidirectional.
373 L<BIO_s_dgram_pair(3)> instead, which has the necessary datagram semantics. You
375 and to use datagram semantics when interacting with the L<BIO_s_dgram_pair(3)>
466 transmitted and received datagrams via a L<BIO_s_dgram_pair(3)> or custom BIO.
646 =item L<BIO_s_dgram_pair(3)>
660 semantics. It is implemented by L<BIO_s_datagram(3)> and L<BIO_s_dgram_pair(3)>.
673 L<BIO_s_dgram_pair(3)> to indicate its capabilities to the other end of a
674 L<BIO_s_dgram_pair(3)>. In particular, this allows an application to inform the
743 abstracting some kind of memory buffer such as L<BIO_s_dgram_pair(3)>. Use of a
[all …]
/openssl/doc/man3/
H A DBIO_s_dgram_pair.pod5 BIO_s_dgram_pair, BIO_new_bio_dgram_pair, BIO_dgram_set_no_trunc,
13 const BIO_METHOD *BIO_s_dgram_pair(void);
27 BIO_s_dgram_pair() returns the method for a BIO datagram pair. A BIO datagram
52 The two BIOs must both use the method returned by BIO_s_dgram_pair() and neither
H A DBIO_s_datagram.pod43 BIO_s_datagram(), see L<BIO_s_dgram_pair(3)>.
259 L<BIO_sendmmsg(3)>, L<BIO_s_dgram_pair(3)>, L<DTLSv1_listen(3)>, L<bio(7)>
H A DBIO_s_mem.pod59 L<BIO_s_dgram_pair(3)>.
/openssl/doc/designs/quic-design/
H A Dquic-api.md72 - [`BIO_s_dgram_pair`](#-bio-s-dgram-pair-)
95 | New | `BIO_s_dgram_pair` | Done |
1217 [BIO_s_dgram_pair(3)](https://www.openssl.org/docs/manmaster/man3/BIO_s_dgram_pair.html)
1268 [BIO_s_dgram_pair(3)](https://www.openssl.org/docs/manmaster/man3/BIO_s_dgram_pair.html)
1281 [BIO_s_dgram_pair(3)](https://www.openssl.org/docs/manmaster/man3/BIO_s_dgram_pair.html)
1288 actual fact the opposite end of the `BIO_s_dgram_pair` does not.
1291 `BIO_s_dgram_pair` to indicate to the user of the opposite BIO the following
1317 [BIO_s_dgram_pair(3)](https://www.openssl.org/docs/manmaster/man3/BIO_s_dgram_pair.html)
1349 #### `BIO_s_dgram_pair`
1352 [BIO_s_dgram_pair(3)](https://www.openssl.org/docs/manmaster/man3/BIO_s_dgram_pair.html)
[all …]
H A Dquic-io-arch.md271 BIO pair to a `BIO_s_dgram_pair`. Custom BIOs will need to be
341 use of QUIC. The use of QUIC with e.g. `BIO_s_dgram_pair`, a bidirectional
463 `BIO_s_dgram_pair`.
472 is currently unable to (e.g. `BIO_s_dgram_pair` is full).
480 but is currently unable to (e.g. `BIO_s_dgram_pair` is empty).
H A Dquic-fault-injector.md143 itself as a man-in-the-middle between the client and server. A BIO_s_dgram_pair()
145 being associated with the Fault Injector. Similarly a second BIO_s_dgram_pair()
/openssl/crypto/bio/
H A Dbss_dgram_pair.c233 const BIO_METHOD *BIO_s_dgram_pair(void) in BIO_s_dgram_pair() function
792 bio1 = BIO_new(BIO_s_dgram_pair()); in BIO_new_bio_dgram_pair()
796 bio2 = BIO_new(BIO_s_dgram_pair()); in BIO_new_bio_dgram_pair()
/openssl/doc/designs/ddd/
H A DREPORT.md267 - The API to construct a `BIO_s_dgram_pair` ended up being named
/openssl/doc/
H A Dbuild.info662 DEPEND[html/man3/BIO_s_dgram_pair.html]=man3/BIO_s_dgram_pair.pod
663 GENERATE[html/man3/BIO_s_dgram_pair.html]=man3/BIO_s_dgram_pair.pod
664 DEPEND[man/man3/BIO_s_dgram_pair.3]=man3/BIO_s_dgram_pair.pod
665 GENERATE[man/man3/BIO_s_dgram_pair.3]=man3/BIO_s_dgram_pair.pod
3151 html/man3/BIO_s_dgram_pair.html \
3809 man/man3/BIO_s_dgram_pair.3 \
/openssl/include/openssl/
H A Dbio.h.in772 const BIO_METHOD *BIO_s_dgram_pair(void);
/openssl/util/
H A Dlibcrypto.num5477 BIO_s_dgram_pair 5605 3_2_0 EXIST::FUNCTION:DGRAM
/openssl/
H A DCHANGES.md832 * Added BIO_s_dgram_pair() and BIO_s_dgram_mem() that provide memory-based

Completed in 96 milliseconds