Lines Matching refs:X509_STORE_CTX

44                                              X509_STORE_CTX *ctx, X509 *x);
45 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
47 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
48 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
50 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
51 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
53 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
54 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
57 X509_STORE_CTX *ctx,
59 typedef int (*X509_STORE_CTX_cleanup_fn)(X509_STORE_CTX *ctx);
63 X509_STORE_CTX_verify_cb X509_STORE_get_verify_cb(const X509_STORE_CTX *ctx);
66 X509_STORE_CTX_verify_fn X509_STORE_CTX_get_verify(const X509_STORE_CTX *ctx);
68 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
69 X509_STORE_CTX_get_issuer_fn X509_STORE_get_get_issuer(const X509_STORE_CTX *ctx);
76 X509_STORE_get_check_issued(const X509_STORE_CTX *ctx);
81 X509_STORE_get_check_revocation(const X509_STORE_CTX *ctx);
85 X509_STORE_CTX_get_crl_fn X509_STORE_get_get_crl(const X509_STORE_CTX *ctx);
90 X509_STORE_get_check_crl(const X509_STORE_CTX *ctx);
94 X509_STORE_CTX_cert_crl_fn X509_STORE_get_cert_crl(const X509_STORE_CTX *ctx);
99 X509_STORE_get_check_policy(const X509_STORE_CTX *ctx);
104 X509_STORE_get_lookup_certs(const X509_STORE_CTX *ctx);
109 X509_STORE_get_lookup_crls(const X509_STORE_CTX *ctx);
113 X509_STORE_CTX_cleanup_fn X509_STORE_get_cleanup(const X509_STORE_CTX *ctx);
128 that can be assigned directly to the corresponding B<X509_STORE_CTX>,
207 called when the context (B<X509_STORE_CTX>) is being torn down.
235 corresponding B<X509_STORE_CTX> structure when it is initialized.