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

  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 498 static int full_client_hello_callback(SSL *s, int *al, void *arg) function
549 SSL_CTX_set_client_hello_cb(sctx, full_client_hello_callback, &testctr);
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 711 static int full_client_hello_callback(SSL *s, int *al, void *arg) function
762 SSL_CTX_set_client_hello_cb(sctx, full_client_hello_callback, &testctr);
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 720 static int full_client_hello_callback(SSL *s, int *al, void *arg) function
771 SSL_CTX_set_client_hello_cb(sctx, full_client_hello_callback, &testctr);

Completed in 70 milliseconds