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

1 2

  /external/chromium_org/remoting/protocol/
authentication_method.h 31 enum HashFunction {
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;
authentication_method.cc 21 AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) {
53 HashFunction hash_function,
86 HashFunction hash_function)
92 AuthenticationMethod::HashFunction AuthenticationMethod::hash_function() const {
negotiating_host_authenticator.h 39 AuthenticationMethod::HashFunction hash_function,
negotiating_host_authenticator.cc 38 AuthenticationMethod::HashFunction hash_function,
negotiating_authenticator_unittest.cc 58 AuthenticationMethod::HashFunction hash_function,
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 27 * 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 MD5 = new MessageDigestHashFunction("MD5")
    [all...]
HashFunction.java 97 * are convenient shortcut methods defined directly on {@link HashFunction} to make this
131 public interface HashFunction {
136 * HashFunction hf = Hashing.md5();
AbstractCompositeHashFunction.java 15 final HashFunction[] functions;
17 AbstractCompositeHashFunction(HashFunction... functions) {
AbstractNonStreamingHashFunction.java 12 * Skeleton implementation of {@link HashFunction}, appropriate for non-streaming algorithms.
18 abstract class AbstractNonStreamingHashFunction implements HashFunction {
AbstractStreamingHashFunction.java 26 * Skeleton implementation of {@link HashFunction}. Provides default implementations which
35 abstract class AbstractStreamingHashFunction implements HashFunction {
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 31 HashFunction hasher = Hashing.goodFastHash(i);
41 private static void assertInvariants(HashFunction hashFunction) {
46 HashCode hashcode1 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
47 HashCode hashcode2 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
49 assertEquals(hashFunction.bits(), hashcode1.bits());
50 assertEquals(hashFunction.bits(), hashcode1.asBytes().length * 8);
55 assertHashBytesThrowsCorrectExceptions(hashFunction);
58 private static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) {
    [all...]
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 262 ShHashFunction64 HashFunction;
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 136 hashFunction = resources.HashFunction;
510 hashFunction);
ShaderLang.cpp 214 resources->HashFunction = NULL;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 47 import com.google.common.hash.HashFunction;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 234 milliseconds

1 2