Searched refs:client_hello_cb (Results 1 – 4 of 4) sorted by relevance
177 static int client_hello_cb(SSL *s, int *al, void *arg) in client_hello_cb() function219 SSL_CTX_set_client_hello_cb(ctx, client_hello_cb, NULL); in DEF_FUNC()
1737 if (sctx->client_hello_cb != NULL) { in tls_early_post_process_client_hello()1739 switch (sctx->client_hello_cb(ussl, &al, sctx->client_hello_cb_arg)) { in tls_early_post_process_client_hello()
984 SSL_client_hello_cb_fn client_hello_cb; member
6719 c->client_hello_cb = cb; in SSL_CTX_set_client_hello_cb()