Searched defs:x509_store_ctx_st (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
H A D | x509.h | 215 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 …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
H A D | x509.h | 195 struct x509_store_ctx_st { /* X509_STORE_CTX */ struct 196 X509_STORE *ctx; 199 X509 *cert; 204 X509_VERIFY_PARAM *param; 206 void *other_ctx; 209 int (*verify) (X509_STORE_CTX *ctx); 211 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); 213 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x); 215 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 217 int (*check_revocation) (X509_STORE_CTX *ctx); [all …]
|