Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod20 SSL_set_event_handling_mode,
75 int SSL_set_event_handling_mode(SSL *ssl, uint64_t value);
254 SSL_set_event_handling_mode().
/freebsd/crypto/openssl/util/
H A Dother.syms715 SSL_set_event_handling_mode define
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5792 return SSL_set_event_handling_mode(h->c_conn, hl->check_op->arg2); in set_event_handling_mode_conn()
5808 return SSL_set_event_handling_mode(ssl, hl->check_op->arg2); in set_event_handling_mode_stream()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2520 # define SSL_set_event_handling_mode(ssl, value) \ macro
H A Dssl.h.in2473 # define SSL_set_event_handling_mode(ssl, value) \ macro