Home | History | Annotate | Download | only in util

Lines Matching refs:Nigori

5 #include "sync/util/nigori.h"
27 // NigoriStream simplifies the concatenation operation of the Nigori protocol.
42 NigoriStream& operator<<(const Nigori::Type type) {
59 const char Nigori::kSaltSalt[] = "saltsalt";
61 Nigori::Nigori() {
64 Nigori::~Nigori() {
67 bool Nigori::InitByDerivation(const std::string& hostname,
104 bool Nigori::InitByImport(const std::string& user_key,
121 bool Nigori::Permute(Type type, const std::string& name,
158 bool Nigori::Encrypt(const std::string& value, std::string* encrypted) const {
194 bool Nigori::Decrypt(const std::string& encrypted, std::string* value) const {
238 bool Nigori::ExportKeys(std::string* user_key,