Home
last modified time | relevance | path

Searched refs:client_hello_cb (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1605 if (s->ctx->client_hello_cb != NULL) { in tls_early_post_process_client_hello()
1607 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) { in tls_early_post_process_client_hello()
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_local.h1032 SSL_client_hello_cb_fn client_hello_cb; member
H A Dssl_lib.c5392 c->client_hello_cb = cb; in SSL_CTX_set_client_hello_cb()