Lines Matching refs:X509_STORE
211 int X509_STORE_set_depth(X509_STORE *store, int depth);
224 X509_STORE *store_ctx; /* who owns us */
232 X509_STORE *ctx;
412 X509_STORE *X509_STORE_new(void );
413 void X509_STORE_free(X509_STORE *v);
417 int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags);
418 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
419 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
420 int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm);
422 void X509_STORE_set_verify_cb(X509_STORE *ctx,
430 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
435 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m);
440 int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
441 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);
470 int X509_STORE_load_locations (X509_STORE *ctx,
472 int X509_STORE_set_default_paths(X509_STORE *ctx);