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

1 2

  /external/chromium_org/remoting/protocol/
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;