Home
last modified time | relevance | path

Searched refs:CheckSignature (Results 1 – 12 of 12) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_base.cpp110 if( cur_sign_len <= sign_len && CheckSignature( signature ) ) in CheckFile()
118 bool GrFmtFilterFactory::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtFilterFactory
Dgrfmt_png.h98 bool CheckSignature( const char* signature );
Dgrfmt_pxm.h99 bool CheckSignature( const char* signature );
Dgrfmt_tiff.h175 bool CheckSignature( const char* signature );
Dgrfmt_base.h119 virtual bool CheckSignature( const char* signature );
Dgrfmt_png.cpp86 bool GrFmtPng::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtPng
Dgrfmt_pxm.cpp61 bool GrFmtPxM::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtPxM
Dgrfmt_tiff.cpp64 bool GrFmtTiff::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtTiff
/external/chromium/net/base/
Ddnssec_keyset.h32 bool CheckSignature(const base::StringPiece& name,
Ddnssec_unittest.cc130 ASSERT_TRUE(keyset.CheckSignature(root, root, signature, kDNSKEY, rrdatas)); in TEST()
Ddnssec_chain_verifier.cc619 if (!current_zone_->trusted_keys.CheckSignature( in EnterZone()
663 if (!current_zone_->trusted_keys.CheckSignature( in LeaveZone()
Ddnssec_keyset.cc50 bool DNSSECKeySet::CheckSignature( in CheckSignature() function in net::DNSSECKeySet