Searched defs:x509_store_st (Results 1 – 1 of 1) sorted by relevance
114 struct x509_store_st { struct120 X509_VERIFY_PARAM *param;123 int (*verify) (X509_STORE_CTX *ctx);125 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);131 int (*check_revocation) (X509_STORE_CTX *ctx);135 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);139 int (*check_policy) (X509_STORE_CTX *ctx);145 int (*cleanup) (X509_STORE_CTX *ctx);146 CRYPTO_EX_DATA ex_data;147 CRYPTO_REF_COUNT references;[all …]
Completed in 4 milliseconds