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

  /src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c 108 OPENSSL_init_crypto_t myOPENSSL_init_crypto;
114 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func;
115 if (!myOPENSSL_init_crypto(OPENSSL_INIT_NO_ATEXIT, NULL)) {
  /src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c 108 OPENSSL_init_crypto_t myOPENSSL_init_crypto;
114 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func;
115 if (!myOPENSSL_init_crypto(OPENSSL_INIT_NO_ATEXIT, NULL)) {
  /src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c 164 OPENSSL_init_crypto_t myOPENSSL_init_crypto;
170 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func;
171 if (!myOPENSSL_init_crypto(OPENSSL_INIT_NO_ATEXIT, NULL)) {

Completed in 22 milliseconds