Searched defs:x509_store_st (Results 1 – 1 of 1) sorted by relevance
186 struct x509_store_st { struct188 int cache; /* if true, stash any hits */192 X509_VERIFY_PARAM *param;195 int (*verify) (X509_STORE_CTX *ctx);197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);203 int (*check_revocation) (X509_STORE_CTX *ctx);205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);212 int (*cleanup) (X509_STORE_CTX *ctx);213 CRYPTO_EX_DATA ex_data;[all …]
Completed in 5 milliseconds