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

  /src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c 21 typedef SSL_CTX *(*SSL_CTX_new_t)(const SSL_METHOD *meth);
71 SSL_CTX_new_t mySSL_CTX_new;
131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func;
  /src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c 21 typedef SSL_CTX * (*SSL_CTX_new_t)(const SSL_METHOD *meth);
71 SSL_CTX_new_t mySSL_CTX_new;
131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func;
  /src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c 21 typedef SSL_CTX * (*SSL_CTX_new_t)(const SSL_METHOD *meth);
129 SSL_CTX_new_t mySSL_CTX_new;
187 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func;

Completed in 24 milliseconds