Home | History | Annotate | Download | only in engine

Lines Matching full:hash_input

192   std::string hash_input;
193 serialized_type.AppendToString(&hash_input);
194 hash_input.append(client_tag);
197 CHECK(base::Base64Encode(base::SHA1HashString(hash_input), &encode_output));