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

  /src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c 70 TLS_method_t myTLS_method;
130 myTLS_method = (TLS_method_t)symbols[0].func;
133 ctx = mySSL_CTX_new(myTLS_method());
  /src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c 70 TLS_method_t myTLS_method;
130 myTLS_method = (TLS_method_t)symbols[0].func;
133 ctx = mySSL_CTX_new(myTLS_method());
  /src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c 128 TLS_method_t myTLS_method;
186 myTLS_method = (TLS_method_t)symbols[0].func;
189 ctx = mySSL_CTX_new(myTLS_method());

Completed in 24 milliseconds