Lines Matching refs:X509_STORE_CTX
229 int (*verify) (X509_STORE_CTX *ctx);
231 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
233 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
235 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
237 int (*check_revocation) (X509_STORE_CTX *ctx);
239 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
241 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
243 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
245 int (*check_policy) (X509_STORE_CTX *ctx);
246 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
249 STACK_OF(X509_CRL) *(*lookup_crls) (const X509_STORE_CTX *ctx,
251 int (*cleanup) (X509_STORE_CTX *ctx);
276 X509_STORE_CTX *parent;