Home
last modified time | relevance | path

Searched defs:x509_store_ctx_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dx509.h215 struct x509_store_ctx_st { /* X509_STORE_CTX */ struct
216 X509_STORE *store;
219 X509 *cert;
224 X509_VERIFY_PARAM *param;
226 void *other_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);
[all …]