Home
last modified time | relevance | path

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

/freebsd/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/crypto/openssl/util/
H A Dother.syms102 SSL_client_hello_cb_fn datatype
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1924 typedef int (*SSL_client_hello_cb_fn) (SSL *s, int *al, void *arg); typedef
1925 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb,
H A Dssl.h.in1852 typedef int (*SSL_client_hello_cb_fn) (SSL *s, int *al, void *arg); typedef
1853 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb,
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1032 SSL_client_hello_cb_fn client_hello_cb;
H A Dssl_lib.c5389 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb, in SSL_CTX_set_client_hello_cb()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3989 MLINKS+= SSL_CTX_set_client_hello_cb.3 SSL_client_hello_cb_fn.3