Searched refs:client_hello_cb (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_srvr.c1629 if (s->ctx->client_hello_cb != NULL) {
1631 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) {
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c1605 if (s->ctx->client_hello_cb != NULL) {
1607 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h921 SSL_client_hello_cb_fn client_hello_cb; member in struct:ssl_ctx_st
1370 * Parsed form of the ClientHello, kept around across client_hello_cb
H A Dssl_lib.c5129 c->client_hello_cb = cb;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h1032 SSL_client_hello_cb_fn client_hello_cb; member in struct:ssl_ctx_st
1686 * Parsed form of the ClientHello, kept around across client_hello_cb
H A Dssl_lib.c5375 c->client_hello_cb = cb;

Completed in 334 milliseconds