hash_function     100 crypto/openpgp_symmetric_encryption.cc                        HASH_HashType hash_function,
hash_function     111 crypto/openpgp_symmetric_encryption.cc   HASHContext* hash_context = HASH_Create(hash_function);
hash_function     391 crypto/openpgp_symmetric_encryption.cc     HASH_HashType hash_function;
hash_function     394 crypto/openpgp_symmetric_encryption.cc       hash_function = HASH_AlgSHA1;
hash_function     397 crypto/openpgp_symmetric_encryption.cc       hash_function = HASH_AlgSHA256;
hash_function     413 crypto/openpgp_symmetric_encryption.cc       SaltedIteratedS2K(cipher_key_length, hash_function, passphrase, salt,
hash_function     422 crypto/openpgp_symmetric_encryption.cc           cipher_key_length, hash_function, passphrase, salt,
hash_function      33 remoting/host/pin_hash.cc           hash_parsed.hash_function, host_id, pin);
hash_function      21 remoting/protocol/authentication_method.cc AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) {
hash_function      22 remoting/protocol/authentication_method.cc   return AuthenticationMethod(SPAKE2, hash_function);
hash_function      53 remoting/protocol/authentication_method.cc     HashFunction hash_function,
hash_function      56 remoting/protocol/authentication_method.cc   switch (hash_function) {
hash_function      86 remoting/protocol/authentication_method.cc                                            HashFunction hash_function)
hash_function      88 remoting/protocol/authentication_method.cc       hash_function_(hash_function) {
hash_function     137 remoting/protocol/authentication_method.cc     hash_function = AuthenticationMethod::NONE;
hash_function     139 remoting/protocol/authentication_method.cc     hash_function = AuthenticationMethod::HMAC_SHA256;
hash_function      38 remoting/protocol/authentication_method.h   static AuthenticationMethod Spake2(HashFunction hash_function);
hash_function      48 remoting/protocol/authentication_method.h   static std::string ApplyHashFunction(HashFunction hash_function,
hash_function      59 remoting/protocol/authentication_method.h   HashFunction hash_function() const;
hash_function      73 remoting/protocol/authentication_method.h   AuthenticationMethod(MethodType type, HashFunction hash_function);
hash_function      82 remoting/protocol/authentication_method.h   AuthenticationMethod::HashFunction hash_function;
hash_function     156 remoting/protocol/me2me_host_authenticator_factory.cc         shared_secret_hash_.hash_function, pairing_registry_);
hash_function      58 remoting/protocol/negotiating_authenticator_unittest.cc       AuthenticationMethod::HashFunction hash_function,
hash_function      61 remoting/protocol/negotiating_authenticator_unittest.cc         hash_function, kTestHostId, host_secret);
hash_function      63 remoting/protocol/negotiating_authenticator_unittest.cc         host_cert_, key_pair_, host_secret_hash, hash_function,
hash_function     156 remoting/protocol/negotiating_client_authenticator.cc           current_method_.hash_function(), authentication_tag_, shared_secret),
hash_function      38 remoting/protocol/negotiating_host_authenticator.cc     AuthenticationMethod::HashFunction hash_function,
hash_function      44 remoting/protocol/negotiating_host_authenticator.cc   result->AddMethod(AuthenticationMethod::Spake2(hash_function));
hash_function      39 remoting/protocol/negotiating_host_authenticator.h       AuthenticationMethod::HashFunction hash_function,
hash_function     152 third_party/tcmalloc/chromium/src/packed-cache-inl.h     COMPILE_ASSERT(kHashbits <= kKeybits, hash_function);
hash_function     150 third_party/tcmalloc/vendor/src/packed-cache-inl.h     COMPILE_ASSERT(kHashbits <= kKeybits, hash_function);