HomeSort by relevance Sort by last modified time
    Searched defs:Verify (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 26 // Verify returns true if mac is a valid authenticator for m with the given
28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
  /external/testng/src/test/java/test/tmp/verify/
Verify.java 1 package test.tmp.verify;
8 public @interface Verify {
  /external/testng/src/test/java/test/verify/
Verify.java 1 package test.verify;
11 public @interface Verify {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 26 // Verify returns true if mac is a valid authenticator for m with the given
28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 26 // Verify returns true if mac is a valid authenticator for m with the given
28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
  /system/keymaster/km_openssl/
hmac.cpp 72 bool HmacSha256::Verify(const Buffer& data, const Buffer& digest) const {
73 return Verify(data.peek_read(), data.available_read(), digest.peek_read(),
77 bool HmacSha256::Verify(const uint8_t* data, size_t data_len, const uint8_t* digest,
  /external/guava/guava/src/com/google/common/base/
Verify.java 33 * Verify.verify(bill.status() == Status.UNPAID,
78 * format string, {@code Verify} will still behave as expected, and will still include all argument
91 public final class Verify {
96 public static void verify(boolean expression) { method in class:Verify
118 public static void verify( method in class:Verify
156 verify(reference != null, errorMessageTemplate, errorMessageArgs);
163 private Verify() {}
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_unittest.cc 30 void Verify(NonlinearBeamformer* bf, float target_azimuth_radians) {
48 Verify(bf, target_azimuth_radians);
60 Verify(&bf, static_cast<float>(M_PI) / 2.f);
  /frameworks/base/tools/aapt2/link/
ManifestFixer_test.cpp 64 std::unique_ptr<xml::XmlResource> Verify(const StringPiece& str) {
80 EXPECT_THAT(Verify("<other-tag />"), IsNull());
81 EXPECT_THAT(Verify("<ns:manifest xmlns:ns=\"com\" />"), IsNull());
82 EXPECT_THAT(Verify("<manifest package=\"android\"></manifest>"), NotNull());
86 EXPECT_THAT(Verify("<manifest package=\"android\" />"), NotNull());
87 EXPECT_THAT(Verify("<manifest package=\"com.android\" />"), NotNull());
88 EXPECT_THAT(Verify("<manifest package=\"com.android.google\" />"), NotNull());
89 EXPECT_THAT(Verify("<manifest package=\"com.android.google.Class$1\" />"), IsNull());
90 EXPECT_THAT(Verify("<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\" "
93 EXPECT_THAT(Verify("<manifest package=\"@string/str\" />"), IsNull())
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 70 // Verify that the output of dexoptanalyzer for the given arguments is the same
72 void Verify(const std::string& dex_file,
92 Verify(dex_location, CompilerFilter::kSpeed);
93 Verify(dex_location, CompilerFilter::kExtract);
94 Verify(dex_location, CompilerFilter::kQuicken);
95 Verify(dex_location, CompilerFilter::kSpeedProfile);
104 Verify(dex_location, CompilerFilter::kSpeed);
105 Verify(dex_location, CompilerFilter::kQuicken);
106 Verify(dex_location, CompilerFilter::kExtract);
107 Verify(dex_location, CompilerFilter::kEverything)
    [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519.go 157 // Verify reports whether sig is a valid signature of message by publicKey. It
159 func Verify(publicKey PublicKey, message, sig []byte) bool {
  /external/libchrome/crypto/
hmac.cc 73 bool HMAC::Verify(const base::StringPiece& data,
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 257 // Verify verifies the signature in r, s of hash using the public key, pub. It
263 func Verify(pub *PublicKey, hash []byte, r, s *big.Int) bool {
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 257 // Verify verifies the signature in r, s of hash using the public key, pub. It
263 func Verify(pub *PublicKey, hash []byte, r, s *big.Int) bool {
  /tools/acloud/public/
config.py 147 # Verify validity of configurations.
148 self.Verify()
166 def Verify(self):
167 """Verify configuration fields."""
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
itoatest.cpp 70 static void Verify(void(*f)(T, char*), char* (*g)(T, char*)) {
141 Verify(u32toa_naive, u32toa);
145 Verify(i32toa_naive, i32toa);
149 Verify(u64toa_naive, u64toa);
153 Verify(i64toa_naive, i64toa);
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 228 // Verify verifies the signature in r, s of hash using the public key, pub. Its
230 func Verify(pub *PublicKey, hash []byte, r, s *big.Int) bool {
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 228 // Verify verifies the signature in r, s of hash using the public key, pub. Its
230 func Verify(pub *PublicKey, hash []byte, r, s *big.Int) bool {
  /bionic/benchmarks/tests/
interface_test.cpp 42 void Verify(const std::string& expected_output, int expected_exitcode,
106 void SystemTests::Verify(const std::string& expected_output,
164 Verify(expected, 0, std::vector<const char*>{"--help"}, false);
501 Verify(expected, 0, std::vector<const char*>{"--bionic_iterations=1"});
509 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_small.xml").c_str(),
527 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_medium.xml").c_str(),
542 Verify(expected, 0, std::vector<const char*>{GetBionicXmlArg("test_from_each.xml").c_str(),
550 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy 8 8 8",
559 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy 8 8 8",
587 Verify(expected, 0, std::vector<const char*>{"--bionic_extra=BM_string_memcpy AT_ALIGNED_TWOBUF"
    [all...]
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 89 /// Verify - Check internal consistency of this data structure. If the
92 bool PHITransAddr::Verify() const {
320 assert(Verify() && "Invalid PHITransAddr!");
326 assert(Verify() && "Invalid PHITransAddr!");
  /external/llvm/lib/IR/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
245 /// Verify - Verify that the specified constraint string is reasonable for the
247 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 87 /// Verify - Check internal consistency of this data structure. If the
90 bool PHITransAddr::Verify() const {
323 assert(Verify() && "Invalid PHITransAddr!");
325 assert(Verify() && "Invalid PHITransAddr!");
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
243 /// Verify - Verify that the specified constraint string is reasonable for the
245 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) {
  /external/tensorflow/tensorflow/contrib/lite/tools/
verifier.cc 148 // TODO(yichengfan): verify quantized tensors.
215 bool Verify(const void* buf, size_t len, const OpResolver& resolver,
verifier_test.cc 94 bool Verify() {
95 return tflite::Verify(builder_.GetBufferPointer(), builder_.GetSize(),
116 ASSERT_TRUE(Verify(builder.GetBufferPointer(), builder.GetSize(),
130 ASSERT_TRUE(builder.Verify());
135 ASSERT_FALSE(Verify(model.data(), model.size(), MutableOpResolver{},
144 ASSERT_FALSE(Verify(builder.GetBufferPointer(), builder.GetSize(),
159 EXPECT_FALSE(Verify(model_content.data(), model_content.size(),
169 ASSERT_FALSE(builder.Verify());
176 ASSERT_FALSE(builder.Verify());
184 ASSERT_FALSE(builder.Verify());
    [all...]

Completed in 616 milliseconds

1 2 3 4 5 6 7 8 910