Searched refs:SSL_client_hello_cb_fn (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_client_hello_cb.pod | 5 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 D | other.syms | 102 SSL_client_hello_cb_fn datatype
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1924 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 D | ssl.h.in | 1852 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 D | ssl_local.h | 1032 SSL_client_hello_cb_fn client_hello_cb;
|
H A D | ssl_lib.c | 5389 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 D | Makefile | 3989 MLINKS+= SSL_CTX_set_client_hello_cb.3 SSL_client_hello_cb_fn.3
|