Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx509_d2.c81 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, in X509_STORE_load_locations() function
/external/boringssl/src/include/openssl/
Dx509_vfy.h496 OPENSSL_EXPORT int X509_STORE_load_locations (X509_STORE *ctx,
/external/boringssl/src/ssl/
Dssl_lib.c1981 return X509_STORE_load_locations(ctx->cert_store, ca_file, ca_dir); in SSL_CTX_load_verify_locations()