HomeSort by: relevance | last modified time | path
    Searched refs:client_hello_cb (Results 1 - 20 of 20) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_ops.c 177 static int client_hello_cb(SSL *s, int *al, void *arg) function
219 SSL_CTX_set_client_hello_cb(ctx, client_hello_cb, NULL);
quic_ops.c 177 static int client_hello_cb(SSL *s, int *al, void *arg) function
219 SSL_CTX_set_client_hello_cb(ctx, client_hello_cb, NULL);
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_srvr.c 1737 if (sctx->client_hello_cb != NULL) {
1739 switch (sctx->client_hello_cb(ussl, &al, sctx->client_hello_cb_arg)) {
statem_srvr.c 1737 if (sctx->client_hello_cb != NULL) {
1739 switch (sctx->client_hello_cb(ussl, &al, sctx->client_hello_cb_arg)) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_srvr.c 1605 if (s->ctx->client_hello_cb != NULL) {
1607 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) {
statem_srvr.c 1605 if (s->ctx->client_hello_cb != NULL) {
1607 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_srvr.c 1629 if (s->ctx->client_hello_cb != NULL) {
1631 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) {
statem_srvr.c 1629 if (s->ctx->client_hello_cb != NULL) {
1631 switch (s->ctx->client_hello_cb(s, &al, s->ctx->client_hello_cb_arg)) {
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 984 SSL_client_hello_cb_fn client_hello_cb; member in struct:ssl_ctx_st
1740 * Parsed form of the ClientHello, kept around across client_hello_cb
ssl_local.h 984 SSL_client_hello_cb_fn client_hello_cb; member in struct:ssl_ctx_st
1740 * Parsed form of the ClientHello, kept around across client_hello_cb
ssl_lib.c 6719 c->client_hello_cb = cb;
ssl_lib.c 6719 c->client_hello_cb = cb;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 1032 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
ssl_local.h 1032 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
ssl_lib.c 5392 c->client_hello_cb = cb;
ssl_lib.c 5392 c->client_hello_cb = cb;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 921 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
ssl_local.h 921 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
ssl_lib.c 5129 c->client_hello_cb = cb;
ssl_lib.c 5129 c->client_hello_cb = cb;

Completed in 107 milliseconds