Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod8 SSL_POLL_EVENT_EC,
38 #define SSL_POLL_EVENT_EC /* EC (Exception on Conn) */
200 non-exception event types (e.g. B<SSL_POLL_EVENT_EC> and B<SSL_POLL_EVENT_ER>
232 occurrence will cause B<SSL_POLL_EVENT_EC> to be raised on all dependent
235 =item B<SSL_POLL_EVENT_EC>
246 generally occur after an interval of time passes after the B<SSL_POLL_EVENT_EC>
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c644 if (item->revents & SSL_POLL_EVENT_EC) { in read_from_ssl_ids()
654 processed_event = processed_event | SSL_POLL_EVENT_EC; in read_from_ssl_ids()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2538 # define SSL_POLL_EVENT_EC (1U << 2) /* EC (Exception on Conn) */ macro
2554 # define SSL_POLL_EVENT_E (SSL_POLL_EVENT_EL | SSL_POLL_EVENT_EC \
2557 # define SSL_POLL_EVENT_ISE (SSL_POLL_EVENT_IS | SSL_POLL_EVENT_EC)
2560 # define SSL_POLL_EVENT_OSE (SSL_POLL_EVENT_OS | SSL_POLL_EVENT_EC)
H A Dssl.h.in2491 # define SSL_POLL_EVENT_EC (1U << 2) /* EC (Exception on Conn) */ macro
2507 # define SSL_POLL_EVENT_E (SSL_POLL_EVENT_EL | SSL_POLL_EVENT_EC \
2510 # define SSL_POLL_EVENT_ISE (SSL_POLL_EVENT_IS | SSL_POLL_EVENT_EC)
2513 # define SSL_POLL_EVENT_OSE (SSL_POLL_EVENT_OS | SSL_POLL_EVENT_EC)
/freebsd/crypto/openssl/util/
H A Dother.syms725 SSL_POLL_EVENT_EC define
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c5259 if ((events & SSL_POLL_EVENT_EC) != 0 in ossl_quic_conn_poll_events()
5261 revents |= SSL_POLL_EVENT_EC; in ossl_quic_conn_poll_events()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md313 #define SSL_POLL_EVENT_EC (1U << 2)
359 #define SSL_POLL_EVENT_E (SSL_POLL_EVENT_EL | SSL_POLL_EVENT_EC \
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4531 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_EC.3