Home
last modified time | relevance | path

Searched refs:hash_function_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
Dauthentication_method.cc82 hash_function_(NONE) { in AuthenticationMethod()
88 hash_function_(hash_function) { in AuthenticationMethod()
94 return hash_function_; in hash_function()
109 switch (hash_function_) { in ToString()
127 hash_function_ == other.hash_function_; in operator ==()
Dauthentication_method.h76 HashFunction hash_function_; variable