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

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 4466 int SSL_CTX_load_verify_dir(SSL_CTX *ctx, const char *CApath)
4484 if (CApath != NULL && !SSL_CTX_load_verify_dir(ctx, CApath))
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 5582 int SSL_CTX_load_verify_dir(SSL_CTX *ctx, const char *CApath)
5600 if (CApath != NULL && !SSL_CTX_load_verify_dir(ctx, CApath))

Completed in 31 milliseconds