Searched refs:X509_STORE_load_locations (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_d2.c35 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_d2.c107 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, function
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dpkcs7.c139 X509_STORE_load_locations(store, anchor, NULL);
/netbsd-current/usr.bin/nbsvtool/
H A Dnbsvtool.c122 X509_STORE_load_locations(store, anchor, NULL);
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509_vfy.h485 int X509_STORE_load_locations(X509_STORE *ctx,
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_cb.c1301 if (!X509_STORE_load_locations(vfy, vfyCAfile, vfyCApath))
1312 if (!X509_STORE_load_locations(ch, chCAfile, chCApath))
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c484 return X509_STORE_load_locations(*st, CAfile, CApath) > 0;
H A Dssl_lib.c4197 return X509_STORE_load_locations(ctx->cert_store, CAfile, CApath);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtls.c1048 ret = X509_STORE_load_locations(store, ca_bundle_filename,
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl.c334 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) {

Completed in 257 milliseconds