Lines Matching refs:xs
21 int X509_STORE_add_cert(X509_STORE *xs, X509 *x);
22 int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x);
24 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags);
25 int X509_STORE_set_purpose(X509_STORE *xs, int purpose);
26 int X509_STORE_set_trust(X509_STORE *xs, int trust);
31 int X509_STORE_set_default_paths_ex(X509_STORE *xs, OSSL_LIB_CTX *libctx,
33 int X509_STORE_set_default_paths(X509_STORE *xs);
34 int X509_STORE_load_file_ex(X509_STORE *xs, const char *file,
36 int X509_STORE_load_file(X509_STORE *xs, const char *file);
37 int X509_STORE_load_path(X509_STORE *xs, const char *dir);
38 int X509_STORE_load_store_ex(X509_STORE *xs, const char *uri,
40 int X509_STORE_load_store(X509_STORE *xs, const char *uri);
41 int X509_STORE_load_locations_ex(X509_STORE *xs, const char *file,
44 int X509_STORE_load_locations(X509_STORE *xs,