Home
last modified time | relevance | path

Searched refs:ocsp_response_blob (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Dcert_verify_proc_win.cc966 CRYPT_DATA_BLOB ocsp_response_blob; in VerifyInternal() local
967 ocsp_response_blob.cbData = base::checked_cast<DWORD>(ocsp_response.size()); in VerifyInternal()
968 ocsp_response_blob.pbData = in VerifyInternal()
972 CERT_SET_PROPERTY_IGNORE_PERSIST_ERROR_FLAG, &ocsp_response_blob); in VerifyInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dcert_verify_proc_win.cc966 CRYPT_DATA_BLOB ocsp_response_blob; in VerifyInternal() local
967 ocsp_response_blob.cbData = base::checked_cast<DWORD>(ocsp_response.size()); in VerifyInternal()
968 ocsp_response_blob.pbData = in VerifyInternal()
972 CERT_SET_PROPERTY_IGNORE_PERSIST_ERROR_FLAG, &ocsp_response_blob); in VerifyInternal()