HomeSort by relevance Sort by last modified time
    Searched refs:serialized_nigori_key (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/util/
cryptographer.cc 39 std::string serialized_nigori_key = local
41 if (serialized_nigori_key.empty())
43 ImportNigoriKey(serialized_nigori_key);
172 std::string serialized_nigori_key = UnpackBootstrapToken( local
174 return ImportNigoriKey(serialized_nigori_key);
341 bool Cryptographer::ImportNigoriKey(const std::string serialized_nigori_key) {
342 if (serialized_nigori_key.empty())
346 if (!key.ParseFromString(serialized_nigori_key))
cryptographer.h 183 // Generates a new Nigori from |serialized_nigori_key|, and if successful
185 bool ImportNigoriKey(const std::string serialized_nigori_key);

Completed in 47 milliseconds