Searched refs:wget_ocsp_fingerprint_in_cache (Results 1 – 5 of 5) sorted by relevance
66 wget_ocsp_fingerprint_in_cache(ocsp_db, "", &revoked); in LLVMFuzzerTestOneInput()
163 bool wget_ocsp_fingerprint_in_cache(const wget_ocsp_db *ocsp_db, const char *fingerprint, int *revo… in wget_ocsp_fingerprint_in_cache() function
980 if (wget_ocsp_fingerprint_in_cache(config.ocsp_cert_cache, fingerprint, &revoked)) { in check_cert_chain_for_ocsp()
1103 if (wget_ocsp_fingerprint_in_cache(config.ocsp_cert_cache, fingerprint, &revoked)) {
1635 WGETAPI wget_ocsp_fingerprint_in_cache_fn wget_ocsp_fingerprint_in_cache; variable