Searched defs:hash_function (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dauthentication_method.cc21 AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) { argument
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;
52 ApplyHashFunction( HashFunction hash_function, const std::string& tag, const std::string& shared_secret) argument
85 AuthenticationMethod(MethodType type, HashFunction hash_function) argument
H A Dauthentication_method.h38 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>".
H A Dnegotiating_host_authenticator.cc37 AuthenticationMethod::HashFunction hash_function,
43 result->AddMethod(AuthenticationMethod::Spake2(hash_function));
33 CreateWithSharedSecret( const std::string& local_cert, scoped_refptr<RsaKeyPair> key_pair, const std::string& shared_secret_hash, AuthenticationMethod::HashFunction hash_function, scoped_refptr<PairingRegistry> pairing_registry) argument
H A Dnegotiating_authenticator_unittest.cc58 AuthenticationMethod::HashFunction hash_function,
61 hash_function, kTestHostId, host_secret);
63 host_cert_, key_pair_, host_secret_hash, hash_function,
53 InitAuthenticators( const std::string& client_id, const std::string& client_paired_secret, const std::string& client_interactive_pin, const std::string& host_secret, AuthenticationMethod::HashFunction hash_function, bool client_hmac_only) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h88 uint16_t hash_function; // The hash function enumeration that was used. member in struct:llvm::DwarfAccelTable::TableHeader
99 magic (MagicHash), version (1), hash_function (eHashFunctionDJB),
107 << "Hash Function: " << hash_function << "\n"
/external/stlport/stlport/stl/
H A D_unordered_map.h74 hasher hash_function() const { return _M_ht.hash_funct(); } function in class:unordered_map
242 hasher hash_function() const { return _M_ht.hash_funct(); } function in class:unordered_multimap
H A D_unordered_set.h68 hasher hash_function() const { return _M_ht.hash_funct(); } function in class:unordered_set
218 hasher hash_function() const { return _M_ht.hash_funct(); } function in class:unordered_multiset
/external/chromium_org/crypto/
H A Dopenpgp_symmetric_encryption.cc100 HASH_HashType hash_function,
111 HASHContext* hash_context = HASH_Create(hash_function);
391 HASH_HashType hash_function;
394 hash_function = HASH_AlgSHA1;
397 hash_function = HASH_AlgSHA256;
413 SaltedIteratedS2K(cipher_key_length, hash_function, passphrase, salt,
422 cipher_key_length, hash_function, passphrase, salt,
99 SaltedIteratedS2K(unsigned cipher_key_length, HASH_HashType hash_function, base::StringPiece passphrase, base::StringPiece salt, unsigned count, uint8 *out_key) argument

Completed in 5191 milliseconds