Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A 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…
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.1/crypto/openssl/include/openssl/
H A Dssl.h1802 typedef int (*SSL_client_hello_cb_fn) (SSL *s, int *al, void *arg); typedef
1803 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb,
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_local.h923 SSL_client_hello_cb_fn client_hello_cb;
H A Dssl_lib.c5209 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.1/secure/lib/libcrypto/man/man3/
H A DMakefile2560 MLINKS+= SSL_CTX_set_client_hello_cb.3 SSL_client_hello_cb_fn.3