Home
last modified time | relevance | path

Searched refs:X509_STORE_load_locations (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/doc/man3/
DX509_STORE_add_cert.pod9 X509_STORE_load_locations,
29 int X509_STORE_load_locations(X509_STORE *ctx,
80 X509_STORE_load_locations() loads trusted certificate(s) into an
95 X509_STORE_set_trust(), X509_STORE_load_locations(), and
DX509_LOOKUP_hash_dir.pod29 L<X509_STORE_load_locations(3)> or
125 L<X509_STORE_load_locations(3)>,
/third_party/openssl/crypto/x509/
Dx509_d2.c35 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, in X509_STORE_load_locations() function
/third_party/openssl/apps/
Ds_cb.c1295 if (!X509_STORE_load_locations(vfy, vfyCAfile, vfyCApath)) in ssl_load_stores()
1306 if (!X509_STORE_load_locations(ch, chCAfile, chCApath)) in ssl_load_stores()
/third_party/openssl/include/openssl/
Dx509_vfy.h485 int X509_STORE_load_locations(X509_STORE *ctx,
/third_party/openssl/ssl/
Dssl_conf.c484 return X509_STORE_load_locations(*st, CAfile, CApath) > 0; in do_store()
Dssl_lib.c4181 return X509_STORE_load_locations(ctx->cert_store, CAfile, CApath); in SSL_CTX_load_verify_locations()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2489 #define X509_STORE_load_locations BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_STORE_load_locations) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c334 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) { in tls_crl_cert_reload()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c338 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) { in tls_crl_cert_reload()
/third_party/node/src/
Dnode_crypto.cc1006 X509_STORE_load_locations(store, system_cert_path, nullptr); in NewRootCertStore()
/third_party/openssl/util/
Dlibcrypto.num2200 X509_STORE_load_locations 2172 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES11995 *) Report an error from X509_STORE_load_locations