Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_client_hello_cb (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_client_hello_cb.pod5 SSL_CTX_set_client_hello_cb, SSL_client_hello_cb_fn, SSL_client_hello_isv2, SSL_client_hello_get0_l…
10 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn *f,
26 SSL_CTX_set_client_hello_cb() sets the callback function, which is automatically
DSSL_CTX_set_tlsext_servername_callback.pod25 the ClientHello callback, which can be set using SSL_CTX_set_client_hello_cb().
151 L<SSL_get0_alpn_selected(3)>, L<SSL_CTX_set_client_hello_cb(3)>
DSSL_want.pod92 SSL_CTX_set_client_hello_cb() has asked to be called again.
DSSL_get_error.pod149 SSL_CTX_set_client_hello_cb() has asked to be called again.
/third_party/openssl/test/helpers/
Dhandshake.c552 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_ignore_cb, server2_ctx); in configure_handshake_ctx()
555 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_reject_cb, server2_ctx); in configure_handshake_ctx()
558 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_nov12_cb, server2_ctx); in configure_handshake_ctx()
/third_party/libcoap/src/
Dcoap_openssl.c831 SSL_CTX_set_client_hello_cb(o_context->dtls.ctx, in coap_dtls_context_set_spsk()
835 SSL_CTX_set_client_hello_cb(o_context->tls.ctx, in coap_dtls_context_set_spsk()
2615 SSL_CTX_set_client_hello_cb(context->dtls.ctx, in coap_dtls_context_set_pki()
2644 SSL_CTX_set_client_hello_cb(context->tls.ctx, in coap_dtls_context_set_pki()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs603 pub fn SSL_CTX_set_client_hello_cb( in SSL_CTX_set_client_hello_cb() function
/third_party/openssl/util/
Dlibssl.num424 SSL_CTX_set_client_hello_cb 425 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1635 #[corresponds(SSL_CTX_set_client_hello_cb)]
1646 ffi::SSL_CTX_set_client_hello_cb( in set_client_hello_callback()
/third_party/openssl/doc/
Dbuild.info2182 DEPEND[html/man3/SSL_CTX_set_client_hello_cb.html]=man3/SSL_CTX_set_client_hello_cb.pod
2183 GENERATE[html/man3/SSL_CTX_set_client_hello_cb.html]=man3/SSL_CTX_set_client_hello_cb.pod
2184 DEPEND[man/man3/SSL_CTX_set_client_hello_cb.3]=man3/SSL_CTX_set_client_hello_cb.pod
2185 GENERATE[man/man3/SSL_CTX_set_client_hello_cb.3]=man3/SSL_CTX_set_client_hello_cb.pod
3283 html/man3/SSL_CTX_set_client_hello_cb.html \
3879 man/man3/SSL_CTX_set_client_hello_cb.3 \
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1801 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb,
/third_party/openssl/ssl/
Dssl_lib.c5351 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb, in SSL_CTX_set_client_hello_cb() function
/third_party/openssl/include/openssl/
Dssl.h.in1853 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb,
/third_party/openssl/test/
Dsslapitest.c761 SSL_CTX_set_client_hello_cb(sctx, full_client_hello_callback, &testctr); in test_client_hello_cb()