Lines Matching refs:X509_STORE

42 int X509_STORE_lock(X509_STORE *xs)  in X509_STORE_lock()
47 static int x509_store_read_lock(X509_STORE *xs) in x509_store_read_lock()
52 int X509_STORE_unlock(X509_STORE *xs) in X509_STORE_unlock()
155 X509_STORE *X509_LOOKUP_get_store(const X509_LOOKUP *ctx) in X509_LOOKUP_get_store()
182 X509_STORE *X509_STORE_new(void) in X509_STORE_new()
184 X509_STORE *ret = OPENSSL_zalloc(sizeof(*ret)); in X509_STORE_new()
226 void X509_STORE_free(X509_STORE *xs) in X509_STORE_free()
256 int X509_STORE_up_ref(X509_STORE *xs) in X509_STORE_up_ref()
268 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m) in X509_STORE_add_lookup()
325 X509_STORE *store = ctx->store; in ossl_x509_store_ctx_get_by_subject()
386 static int x509_store_add(X509_STORE *store, void *x, int crl) in x509_store_add()
430 int X509_STORE_add_cert(X509_STORE *xs, X509 *x) in X509_STORE_add_cert()
439 int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x) in X509_STORE_add_crl()
581 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs) in STACK_OF()
598 STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *store) in STACK_OF()
616 STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *store) in STACK_OF()
658 X509_STORE *store = ctx->store; in STACK_OF()
719 X509_STORE *store = ctx->store; in STACK_OF()
805 X509_STORE *store = ctx->store; in X509_STORE_CTX_get1_issuer()
877 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags) in X509_STORE_set_flags()
882 int X509_STORE_set_depth(X509_STORE *xs, int depth) in X509_STORE_set_depth()
888 int X509_STORE_set_purpose(X509_STORE *xs, int purpose) in X509_STORE_set_purpose()
893 int X509_STORE_set_trust(X509_STORE *xs, int trust) in X509_STORE_set_trust()
898 int X509_STORE_set1_param(X509_STORE *xs, const X509_VERIFY_PARAM *param) in X509_STORE_set1_param()
903 X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *xs) in X509_STORE_get0_param()
908 void X509_STORE_set_verify(X509_STORE *xs, X509_STORE_CTX_verify_fn verify) in X509_STORE_set_verify()
913 X509_STORE_CTX_verify_fn X509_STORE_get_verify(const X509_STORE *xs) in X509_STORE_get_verify()
918 void X509_STORE_set_verify_cb(X509_STORE *xs, in X509_STORE_set_verify_cb()
924 X509_STORE_CTX_verify_cb X509_STORE_get_verify_cb(const X509_STORE *xs) in X509_STORE_get_verify_cb()
929 void X509_STORE_set_get_issuer(X509_STORE *xs, in X509_STORE_set_get_issuer()
935 X509_STORE_CTX_get_issuer_fn X509_STORE_get_get_issuer(const X509_STORE *xs) in X509_STORE_get_get_issuer()
940 void X509_STORE_set_check_issued(X509_STORE *xs, in X509_STORE_set_check_issued()
946 X509_STORE_CTX_check_issued_fn X509_STORE_get_check_issued(const X509_STORE *xs) in X509_STORE_get_check_issued()
951 void X509_STORE_set_check_revocation(X509_STORE *xs, in X509_STORE_set_check_revocation()
957 X509_STORE_CTX_check_revocation_fn X509_STORE_get_check_revocation(const X509_STORE *xs) in X509_STORE_get_check_revocation()
962 void X509_STORE_set_get_crl(X509_STORE *xs, in X509_STORE_set_get_crl()
968 X509_STORE_CTX_get_crl_fn X509_STORE_get_get_crl(const X509_STORE *xs) in X509_STORE_get_get_crl()
973 void X509_STORE_set_check_crl(X509_STORE *xs, in X509_STORE_set_check_crl()
979 X509_STORE_CTX_check_crl_fn X509_STORE_get_check_crl(const X509_STORE *xs) in X509_STORE_get_check_crl()
984 void X509_STORE_set_cert_crl(X509_STORE *xs, in X509_STORE_set_cert_crl()
990 X509_STORE_CTX_cert_crl_fn X509_STORE_get_cert_crl(const X509_STORE *xs) in X509_STORE_get_cert_crl()
995 void X509_STORE_set_check_policy(X509_STORE *xs, in X509_STORE_set_check_policy()
1001 X509_STORE_CTX_check_policy_fn X509_STORE_get_check_policy(const X509_STORE *xs) in X509_STORE_get_check_policy()
1006 void X509_STORE_set_lookup_certs(X509_STORE *xs, in X509_STORE_set_lookup_certs()
1012 X509_STORE_CTX_lookup_certs_fn X509_STORE_get_lookup_certs(const X509_STORE *xs) in X509_STORE_get_lookup_certs()
1017 void X509_STORE_set_lookup_crls(X509_STORE *xs, in X509_STORE_set_lookup_crls()
1023 X509_STORE_CTX_lookup_crls_fn X509_STORE_get_lookup_crls(const X509_STORE *xs) in X509_STORE_get_lookup_crls()
1028 void X509_STORE_set_cleanup(X509_STORE *xs, in X509_STORE_set_cleanup()
1034 X509_STORE_CTX_cleanup_fn X509_STORE_get_cleanup(const X509_STORE *xs) in X509_STORE_get_cleanup()
1039 int X509_STORE_set_ex_data(X509_STORE *xs, int idx, void *data) in X509_STORE_set_ex_data()
1044 void *X509_STORE_get_ex_data(const X509_STORE *xs, int idx) in X509_STORE_get_ex_data()
1049 X509_STORE *X509_STORE_CTX_get0_store(const X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_store()