Home
last modified time | relevance | path

Searched refs:SSL_POLL_EVENT_RW (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod18 SSL_POLL_EVENT_RW,
49 #define SSL_POLL_EVENT_RW /* R | W */
/freebsd/crypto/openssl/util/
H A Dother.syms743 SSL_POLL_EVENT_RW define
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md351 #define SSL_POLL_EVENT_RW (SSL_POLL_EVENT_R | SSL_POLL_EVENT_W)
1225 SSL_POLL_EVENT_RW, 0);
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2550 # define SSL_POLL_EVENT_RW (SSL_POLL_EVENT_R | SSL_POLL_EVENT_W) macro
H A Dssl.h.in2503 # define SSL_POLL_EVENT_RW (SSL_POLL_EVENT_R | SSL_POLL_EVENT_W) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4548 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_RW.3