Searched refs:rw (Results 1 – 5 of 5) sorted by relevance
161 void dtls1_increment_epoch(SSL_CONNECTION *s, int rw);162 uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw);
668 void dtls1_increment_epoch(SSL_CONNECTION *s, int rw) in dtls1_increment_epoch() argument670 if (rw & SSL3_CC_READ) { in dtls1_increment_epoch()683 uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw) { in dtls1_get_epoch() argument686 if (rw & SSL3_CC_READ) in dtls1_get_epoch()
452 For `BIO_s_ssl`, the `BIO_get_[rw]poll_descriptor` functions are equivalent to453 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 the465 When libssl calls `BIO_get_[rw]poll_descriptor` on the underlying BIO, the call467 calls `SSL_get_[rw]poll_descriptor`, that call also fails.527 `BIO_get_[rw]poll_descriptor` on the underlying BIOs and use a suitable OS534 `BIO_get[rw]poll_descriptor` is not implemented for either of the underlying
28 - [`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`
93 * AOSFx: Application owns, calls SSL_set_[rw]fd, different FDs for read/write.
Completed in 13 milliseconds