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

  /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...]

Completed in 206 milliseconds