Home
last modified time | relevance | path

Searched refs:rw (Results 1 – 5 of 5) sorted by relevance

/openssl/ssl/record/
H A Drecord.h161 void dtls1_increment_epoch(SSL_CONNECTION *s, int rw);
162 uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw);
H A Drec_layer_d1.c668 void dtls1_increment_epoch(SSL_CONNECTION *s, int rw) in dtls1_increment_epoch() argument
670 if (rw & SSL3_CC_READ) { in dtls1_increment_epoch()
683 uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw) { in dtls1_get_epoch() argument
686 if (rw & SSL3_CC_READ) in dtls1_get_epoch()
/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md452 For `BIO_s_ssl`, the `BIO_get_[rw]poll_descriptor` functions are equivalent to
453 the `SSL_get_[rw]poll_descriptor` functions. The `SSL_get_[rw]poll_descriptor`
454 functions are equivalent to calling `BIO_get_[rw]poll_descriptor` on the
465 When libssl calls `BIO_get_[rw]poll_descriptor` on the underlying BIO, the call
467 calls `SSL_get_[rw]poll_descriptor`, that call also fails.
527 `BIO_get_[rw]poll_descriptor` on the underlying BIOs and use a suitable OS
534 `BIO_get[rw]poll_descriptor` is not implemented for either of the underlying
H A Dquic-api.md28 - [`SSL_set_[rw]fd`](#-ssl-set--rw-fd-)
29 - [`SSL_get_[rw]fd`](#-ssl-get--rw-fd-)
377 #### `SSL_set_[rw]fd`
393 #### `SSL_get_[rw]fd`
/openssl/doc/designs/ddd/
H A DREADME.md93 * AOSFx: Application owns, calls SSL_set_[rw]fd, different FDs for read/write.

Completed in 13 milliseconds