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

/external/chromium/net/base/
H A Ddnssec_keyset.h26 // CheckSignature checks the DNSSEC signature on set of resource records.
32 bool CheckSignature(const base::StringPiece& name,
H A Ddnssec_chain_verifier.cc619 if (!current_zone_->trusted_keys.CheckSignature(
663 if (!current_zone_->trusted_keys.CheckSignature(
H A Ddnssec_keyset.cc50 bool DNSSECKeySet::CheckSignature( function in class:net::DNSSECKeySet
H A Ddnssec_unittest.cc130 ASSERT_TRUE(keyset.CheckSignature(root, root, signature, kDNSKEY, rrdatas));
/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.h98 bool CheckSignature( const char* signature );
H A Dgrfmt_pxm.h99 bool CheckSignature( const char* signature );
H A Dgrfmt_base.cpp110 if( cur_sign_len <= sign_len && CheckSignature( signature ) )
118 bool GrFmtFilterFactory::CheckSignature( const char* signature ) function in class:GrFmtFilterFactory
H A Dgrfmt_base.h119 virtual bool CheckSignature( const char* signature );
H A Dgrfmt_tiff.h175 bool CheckSignature( const char* signature );
H A Dgrfmt_png.cpp86 bool GrFmtPng::CheckSignature( const char* signature ) function in class:GrFmtPng
H A Dgrfmt_pxm.cpp61 bool GrFmtPxM::CheckSignature( const char* signature ) function in class:GrFmtPxM
H A Dgrfmt_tiff.cpp64 bool GrFmtTiff::CheckSignature( const char* signature ) function in class:GrFmtTiff

Completed in 352 milliseconds