Searched refs:SSL_client_hello_cb_fn (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | 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-13-stable/crypto/openssl/include/openssl/ |
| HD | ssl.h | 1812 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/ |
| HD | ssl_local.h | 923 SSL_client_hello_cb_fn client_hello_cb;
|
| HD | ssl_lib.c | 5223 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/ |
| HD | Makefile | 2565 MLINKS+= SSL_CTX_set_client_hello_cb.3 SSL_client_hello_cb_fn.3
|