Searched defs:x509_store_st (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| H A D | x509_local.h | 105 struct x509_store_st { struct 107 int cache; /* if true, stash any hits */ 111 X509_VERIFY_PARAM *param; 114 int (*verify) (X509_STORE_CTX *ctx); 116 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); 118 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x); 120 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 122 int (*check_revocation) (X509_STORE_CTX *ctx); 124 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); 126 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| H A D | x509_local.h | 114 struct x509_store_st { struct 116 int cache; /* if true, stash any hits */ 120 X509_VERIFY_PARAM *param; 123 int (*verify) (X509_STORE_CTX *ctx); 125 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); 127 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x); 129 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 131 int (*check_revocation) (X509_STORE_CTX *ctx); 133 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); 135 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); [all …]
|