OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nigori
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/util/
nigori.cc
5
#include "chrome/browser/sync/util/
nigori
.h"
32
// NigoriStream simplifies the concatenation operation of the
Nigori
protocol.
47
NigoriStream& operator<<(const
Nigori
::Type type) {
64
const char
Nigori
::kSaltSalt[] = "saltsalt";
66
Nigori
::
Nigori
() {
69
Nigori
::~
Nigori
() {
72
bool
Nigori
::InitByDerivation(const std::string& hostname,
109
bool
Nigori
::InitByImport(const std::string& user_key
[
all
...]
nigori.h
16
// A (partial) implementation of
Nigori
, a protocol to securely store secrets in
25
class
Nigori
{
31
Nigori
();
32
virtual ~
Nigori
();
/external/chromium_org/sync/util/
nigori.cc
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
[
all
...]
nigori.h
19
// A (partial) implementation of
Nigori
, a protocol to securely store secrets in
28
class SYNC_EXPORT
Nigori
{
34
Nigori
();
35
virtual ~
Nigori
();
Completed in 41 milliseconds