Searched refs:X509_STORE_load_locations (Results 1 – 7 of 7) sorted by relevance
82 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, in X509_STORE_load_locations() function
562 OPENSSL_EXPORT int X509_STORE_load_locations (X509_STORE *ctx,
702 return X509_STORE_load_locations(ctx->cert_store, ca_file, ca_dir); in SSL_CTX_load_verify_locations()
2205 X509_STORE_load_locations
3757 '#define X509_STORE_load_locations GRPC_SHADOW_X509_STORE_load_locations',
2233 #define X509_STORE_load_locations GRPC_SHADOW_X509_STORE_load_locations macro
341 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) { in tls_crl_cert_reload()