Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1033 void *client_hello_cb_arg; member
H A Dssl_lib.c5393 c->client_hello_cb_arg = arg; in SSL_CTX_set_client_hello_cb()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1607 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) { in tls_early_post_process_client_hello()