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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_init.c 22 static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT; variable
73 if (!RUN_ONCE(&ssl_base, ossl_init_ssl_base))
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_init.c 24 static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT; variable
118 if (!RUN_ONCE(&ssl_base, ossl_init_ssl_base))
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_init.c 22 static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT; variable
193 if (!RUN_ONCE(&ssl_base, ossl_init_ssl_base))

Completed in 25 milliseconds