Searched refs:HashFunction (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dauthentication_method.h31 enum HashFunction { enum in class:remoting::protocol::AuthenticationMethod
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);
76 HashFunction hash_function_;
82 AuthenticationMethod::HashFunction hash_function;
H A Dauthentication_method.cc21 AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) {
53 HashFunction hash_function,
86 HashFunction hash_function)
92 AuthenticationMethod::HashFunction AuthenticationMethod::hash_function() const {
H A Dnegotiating_host_authenticator.h39 AuthenticationMethod::HashFunction hash_function,
H A Dnegotiating_host_authenticator.cc37 AuthenticationMethod::HashFunction hash_function,
H A Dnegotiating_authenticator_unittest.cc58 AuthenticationMethod::HashFunction hash_function,
/external/guava/guava/src/com/google/common/hash/
H A DHashing.java27 * Static methods to obtain {@link HashFunction} instances, and other static
49 public static HashFunction goodFastHash(int minimumBits) {
59 HashFunction[] hashFunctions = new HashFunction[hashFunctionsNeeded];
72 public static HashFunction murmur3_32(int seed) {
81 public static HashFunction murmur3_32() {
93 public static HashFunction murmur3_128(int seed) {
103 public static HashFunction murmur3_128() {
113 public static HashFunction md5() {
117 private static final HashFunction MD
[all...]
H A DHashFunction.java97 * are convenient shortcut methods defined directly on {@link HashFunction} to make this
131 public interface HashFunction { interface
136 * HashFunction hf = Hashing.md5();
H A DAbstractCompositeHashFunction.java15 final HashFunction[] functions;
17 AbstractCompositeHashFunction(HashFunction... functions) {
H A DAbstractNonStreamingHashFunction.java12 * Skeleton implementation of {@link HashFunction}, appropriate for non-streaming algorithms.
18 abstract class AbstractNonStreamingHashFunction implements HashFunction {
H A DAbstractStreamingHashFunction.java26 * Skeleton implementation of {@link HashFunction}. Provides default implementations which
35 abstract class AbstractStreamingHashFunction implements HashFunction {
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionsTest.java31 HashFunction hasher = Hashing.goodFastHash(i);
41 private static void assertInvariants(HashFunction hashFunction) {
58 private static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) {
/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h257 ShHashFunction64 HashFunction; member in struct:__anon11338
/external/chromium_org/third_party/angle/src/compiler/
H A DCompiler.cpp111 hashFunction = resources.HashFunction;
H A DShaderLang.cpp91 resources->HashFunction = NULL;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc2688 resources.HashFunction = &CityHashForAngle;
2690 resources.HashFunction = &CityHash64;
2693 resources.HashFunction = NULL;
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 296 milliseconds