HomeSort by relevance Sort by last modified time
    Searched refs:hash_function (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/remoting/protocol/
authentication_method.h 38 static AuthenticationMethod Spake2(HashFunction hash_function);
48 static std::string ApplyHashFunction(HashFunction hash_function,
59 HashFunction hash_function() const;
73 AuthenticationMethod(MethodType type, HashFunction hash_function);
82 AuthenticationMethod::HashFunction hash_function; member in struct:remoting::protocol::SharedSecretHash
86 // must be in form "<hash_function>:<hash_value_base64>".
authentication_method.cc 21 AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) {
22 return AuthenticationMethod(SPAKE2, hash_function);
53 HashFunction hash_function,
56 switch (hash_function) {
86 HashFunction hash_function)
88 hash_function_(hash_function) {
92 AuthenticationMethod::HashFunction AuthenticationMethod::hash_function() const { function in class:remoting::protocol::AuthenticationMethod
137 hash_function = AuthenticationMethod::NONE;
139 hash_function = AuthenticationMethod::HMAC_SHA256;
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size.fail.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
size.fail.cpp 36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size.fail.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
59 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
allocator.pass.cpp 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
75 assert(c.hash_function() == HF());
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
size.fail.cpp 36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
default.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
79 assert(c.hash_function() == HF());
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
  /external/lldb/include/lldb/Core/
MappedHash.h 39 HashString (uint32_t hash_function, const char *s)
41 switch (hash_function)
64 uint16_t hash_function; // The hash function enumeration that was used member in struct:MappedHash::Header
73 hash_function (eHashFunctionDJB),
91 sizeof(hash_function) +
112 s.Printf ("header.hash_function = 0x%4.4x\n", hash_function);
124 sizeof (hash_function) +
160 hash_function = data.GetU16 (&offset);
161 if (hash_function == 4
    [all...]
  /external/chromium_org/remoting/host/
pin_hash.cc 33 hash_parsed.hash_function, host_id, pin);

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011