Home
last modified time | relevance | path

Searched refs:strong_signed_info (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.cc975 CERT_STRONG_SIGN_SERIALIZED_INFO strong_signed_info; in VerifyInternal() local
976 memset(&strong_signed_info, 0, sizeof(strong_signed_info)); in VerifyInternal()
977 strong_signed_info.dwFlags = 0; // Don't check OCSP or CRL signatures. in VerifyInternal()
987 strong_signed_info.pwszCNGSignHashAlgids = hash_algs; in VerifyInternal()
995 strong_signed_info.pwszCNGPubKeyMinBitLengths = key_sizes; in VerifyInternal()
1001 strong_sign_params.pSerializedInfo = &strong_signed_info; in VerifyInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dcert_verify_proc_win.cc975 CERT_STRONG_SIGN_SERIALIZED_INFO strong_signed_info; in VerifyInternal() local
976 memset(&strong_signed_info, 0, sizeof(strong_signed_info)); in VerifyInternal()
977 strong_signed_info.dwFlags = 0; // Don't check OCSP or CRL signatures. in VerifyInternal()
987 strong_signed_info.pwszCNGSignHashAlgids = hash_algs; in VerifyInternal()
995 strong_signed_info.pwszCNGPubKeyMinBitLengths = key_sizes; in VerifyInternal()
1001 strong_sign_params.pSerializedInfo = &strong_signed_info; in VerifyInternal()