HomeSort by relevance Sort by last modified time
    Searched refs:CheckSignature (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
signature_util_posix.cc 16 void SignatureUtil::CheckSignature(
signature_util.h 27 virtual void CheckSignature(
signature_util_win_unittest.cc 53 signature_util->CheckSignature(testdata_path_.Append(L"signed.exe"),
70 signature_util->CheckSignature(testdata_path_.Append(L"wow_helper.exe"),
90 signature_util->CheckSignature(testdata_path_.Append(L"unsigned.exe"),
100 signature_util->CheckSignature(testdata_path_.Append(L"doesnotexist.exe"),
signature_util_win.cc 23 void SignatureUtil::CheckSignature(
download_protection_service_unittest.cc 101 MOCK_METHOD2(CheckSignature, void (const base::FilePath&,
381 EXPECT_CALL(*signature_util_.get(), CheckSignature(a_tmp, _)).Times(2);
430 EXPECT_CALL(*signature_util_.get(), CheckSignature(a_tmp, _));
472 EXPECT_CALL(*signature_util_.get(), CheckSignature(a_tmp, _)).Times(6);
616 EXPECT_CALL(*signature_util_.get(), CheckSignature(a_tmp, _)).Times(1);
792 EXPECT_CALL(*signature_util_.get(), CheckSignature(a_tmp, _)).Times(1);
    [all...]
download_protection_service.cc 513 signature_util_->CheckSignature(file_path, &signature_info_);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_png.h 98 bool CheckSignature( const char* signature );
grfmt_pxm.h 99 bool CheckSignature( const char* signature );
grfmt_base.h 119 virtual bool CheckSignature( const char* signature );
grfmt_tiff.h 175 bool CheckSignature( const char* signature );
grfmt_base.cpp 110 if( cur_sign_len <= sign_len && CheckSignature( signature ) )
118 bool GrFmtFilterFactory::CheckSignature( const char* signature )
grfmt_png.cpp 86 bool GrFmtPng::CheckSignature( const char* signature )
grfmt_pxm.cpp 61 bool GrFmtPxM::CheckSignature( const char* signature )
grfmt_tiff.cpp 64 bool GrFmtTiff::CheckSignature( const char* signature )
  /external/chromium/net/base/
dnssec_keyset.h 26 // CheckSignature checks the DNSSEC signature on set of resource records.
32 bool CheckSignature(const base::StringPiece& name,
dnssec_chain_verifier.cc 619 if (!current_zone_->trusted_keys.CheckSignature(
663 if (!current_zone_->trusted_keys.CheckSignature(
dnssec_keyset.cc 50 bool DNSSECKeySet::CheckSignature(
dnssec_unittest.cc 130 ASSERT_TRUE(keyset.CheckSignature(root, root, signature, kDNSKEY, rrdatas));
    [all...]
  /external/chromium_org/chrome/tools/safe_browsing/
sb_sigutil.cc 43 sig_util->CheckSignature(cmd_line->GetSwitchValuePath(kExecutable),
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 35 def CheckSignature(file):
134 CheckSignature(result_file)
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.h 221 Status CheckSignature();
cloud_policy_validator.cc 193 { VALIDATE_SIGNATURE, &CloudPolicyValidatorBase::CheckSignature },
213 CloudPolicyValidatorBase::Status CloudPolicyValidatorBase::CheckSignature() {
  /external/chromium_org/webkit/browser/appcache/
manifest_parser_unittest.cc 23 TEST(AppCacheManifestParserTest, CheckSignature) {

Completed in 151 milliseconds