HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 101 - 125 of 617) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519_test.go 54 if !Verify(public, message, sig) {
59 if Verify(public, wrongMessage, sig) {
87 if !Verify(public, message, signature) {
88 t.Errorf("Verify failed on signature from Sign()")
139 if !Verify(pubKey, msg, sig2) {
140 t.Errorf("signature failed to verify on line %d", lineNo)
181 Verify(pub, message, signature)
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 93 bool Verify() const { return DbgNode != 0; }
193 /// Verify - Verify that a compile unit is well formed.
194 bool Verify() const;
241 /// Verify - Verify that a type descriptor is well formed.
242 bool Verify() const;
328 /// Verify - Verify that a basic type descriptor is well formed.
329 bool Verify() const
    [all...]
  /external/flatbuffers/tests/union_vector/
union_vector_generated.h 68 bool Verify(flatbuffers::Verifier &verifier) const {
108 bool Verify(flatbuffers::Verifier &verifier) const {
148 bool Verify(flatbuffers::Verifier &verifier) const {
192 bool Verify(flatbuffers::Verifier &verifier) const {
195 verifier.Verify(characters_type()) &&
197 verifier.Verify(characters()) &&
  /external/libchrome/crypto/
hmac_unittest.cc 223 EXPECT_TRUE(hmac.Verify(
254 TEST(HMACTest, Verify) {
262 EXPECT_TRUE(hmac.Verify(
268 EXPECT_FALSE(hmac.Verify(
275 EXPECT_FALSE(hmac.Verify(
296 EXPECT_TRUE(hmac.Verify(
  /external/llvm/test/MC/Hexagon/
capitalizedEndloop.s 4 # Verify that capitaizled endloops work
  /prebuilts/go/darwin-x86/misc/cgo/test/
sigprocmask.go 27 // Verify that SIGIO stays blocked on the C thread
  /prebuilts/go/darwin-x86/src/net/http/
http_test.go 65 // Verify we convert to lowercase before punycode:
68 // Verify we normalize to NFC before punycode:
92 // Verify these exist: (sanity checking this test)
96 // Verify these don't exist:
  /prebuilts/go/darwin-x86/test/
assign.go 7 // Verify simple assignment errors are caught by the compiler.
char_lit1.go 7 // Verify that illegal character literals are detected.
import1.go 7 // Verify that import conflicts are detected by the compiler.
rename1.go 7 // Verify that renamed identifiers no longer have their old meaning.
switch2.go 7 // Verify that erroneous switch statements are detected by the compiler.
typeswitch3.go 7 // Verify that erroneous type switches are caught be the compiler.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13480.go 7 // Verify that comparisons of slice/map/func values against converted nil
issue18149.go 7 // Verify that //line directives with filenames
issue7760.go 7 // Verify that pointers can't be used as constants.
  /prebuilts/go/darwin-x86/test/import4.dir/
import4.go 5 // Verify that various kinds of "imported and not used"
  /prebuilts/go/linux-x86/misc/cgo/test/
sigprocmask.go 27 // Verify that SIGIO stays blocked on the C thread
  /prebuilts/go/linux-x86/src/net/http/
http_test.go 65 // Verify we convert to lowercase before punycode:
68 // Verify we normalize to NFC before punycode:
92 // Verify these exist: (sanity checking this test)
96 // Verify these don't exist:
  /prebuilts/go/linux-x86/test/
assign.go 7 // Verify simple assignment errors are caught by the compiler.
char_lit1.go 7 // Verify that illegal character literals are detected.
import1.go 7 // Verify that import conflicts are detected by the compiler.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13480.go 7 // Verify that comparisons of slice/map/func values against converted nil
issue18149.go 7 // Verify that //line directives with filenames
issue7760.go 7 // Verify that pointers can't be used as constants.

Completed in 696 milliseconds

1 2 3 45 6 7 8 91011>>