Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_local.h922 void *client_hello_cb_arg; member
Dssl_lib.c5114 c->client_hello_cb_arg = arg; in SSL_CTX_set_client_hello_cb()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c1631 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) { in tls_early_post_process_client_hello()