Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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…
9 typedef int (*SSL_client_hello_cb_fn)(SSL *s, int *al, void *arg);
10 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn *f,
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1812 typedef int (*SSL_client_hello_cb_fn) (SSL *s, int *al, void *arg); typedef
1813 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb,
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_local.h923 SSL_client_hello_cb_fn client_hello_cb;
HDssl_lib.c5223 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb, in SSL_CTX_set_client_hello_cb()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2565 MLINKS+= SSL_CTX_set_client_hello_cb.3 SSL_client_hello_cb_fn.3