HomeSort by: relevance | last modified time | path
    Searched defs:client_hello_cb (Results 1 - 4 of 4) 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);
  /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
  /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
  /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

Completed in 37 milliseconds