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

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_d2.c 70 int X509_STORE_load_path(X509_STORE *ctx, const char *path)
108 if (path != NULL && !X509_STORE_load_path(ctx, path))
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_d2.c 64 int X509_STORE_load_path(X509_STORE *ctx, const char *path)
102 if (path != NULL && !X509_STORE_load_path(ctx, path))

Completed in 21 milliseconds