Home
last modified time | relevance | path

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

/src/crypto/openssl/test/radix/
H A Dquic_ops.c177 static int client_hello_cb(SSL *s, int *al, void *arg) in client_hello_cb() function
219 SSL_CTX_set_client_hello_cb(ctx, client_hello_cb, NULL); in DEF_FUNC()
/src/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1737 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()
/src/crypto/openssl/ssl/
H A Dssl_local.h984 SSL_client_hello_cb_fn client_hello_cb; member
H A Dssl_lib.c6719 c->client_hello_cb = cb; in SSL_CTX_set_client_hello_cb()