Home
last modified time | relevance | path

Searched refs:SSL_POLL_EVENT_OS (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/test/radix/
H A Dquic_tests.c115 items[0].events = SSL_POLL_EVENT_OS; in DEF_FUNC()
116 expected_items[0].revents = SSL_POLL_EVENT_OS; in DEF_FUNC()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod26 SSL_POLL_EVENT_OS,
57 #define SSL_POLL_EVENT_OS /* OSB | OSU */
/freebsd/crypto/openssl/util/
H A Dother.syms741 SSL_POLL_EVENT_OS define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2559 # define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU) macro
2560 # define SSL_POLL_EVENT_OSE (SSL_POLL_EVENT_OS | SSL_POLL_EVENT_EC)
H A Dssl.h.in2512 # define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU) macro
2513 # define SSL_POLL_EVENT_OSE (SSL_POLL_EVENT_OS | SSL_POLL_EVENT_EC)
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5702 expected_revents[4] = SSL_POLL_EVENT_OS; in script_85_poll()
5711 expected_revents[4] = SSL_POLL_EVENT_OS | SSL_POLL_EVENT_ISB; in script_85_poll()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md365 #define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU)
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4542 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_OS.3