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

  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c 218 static int client_hello_ignore_cb(SSL *s, int *al, void *arg) function
557 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_ignore_cb, server2_ctx);
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c 221 static int client_hello_ignore_cb(SSL *s, int *al, void *arg) function
558 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_ignore_cb, server2_ctx);
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.c 233 static int client_hello_ignore_cb(SSL *s, int *al, void *arg) function
563 SSL_CTX_set_client_hello_cb(server_ctx, client_hello_ignore_cb, server2_ctx);

Completed in 26 milliseconds