OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Permute
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/sync/util/
nigori_unittest.cc
16
TEST(NigoriTest,
Permute
) {
21
EXPECT_TRUE(nigori.
Permute
(Nigori::Password, "test name",
35
EXPECT_TRUE(nigori1.
Permute
(Nigori::Password,
43
EXPECT_TRUE(nigori2.
Permute
(Nigori::Password,
164
EXPECT_TRUE(nigori1.
Permute
(Nigori::Password, original, &permuted1));
165
EXPECT_TRUE(nigori2.
Permute
(Nigori::Password, original, &permuted2));
nigori.h
20
// To store secrets securely, use the |
Permute
| method to derive a lookup name
49
bool
Permute
(Type type, const std::string& name, std::string* permuted) const;
cryptographer.cc
14
// a username, and a password) by calling
Permute
on this string. Since the
15
// output of
Permute
is always the same for a given triplet, clients will always
124
if (!nigori->
Permute
(Nigori::Password, kNigoriKeyName, &name)) {
nigori.cc
125
//
Permute
[Kenc,Kmac](type || name)
126
bool Nigori::
Permute
(Type type, const std::string& name,
/external/chromium_org/sync/util/
nigori_unittest.cc
16
TEST(SyncNigoriTest,
Permute
) {
21
EXPECT_TRUE(nigori.
Permute
(Nigori::Password, "test name",
35
EXPECT_TRUE(nigori1.
Permute
(Nigori::Password,
43
EXPECT_TRUE(nigori2.
Permute
(Nigori::Password,
164
EXPECT_TRUE(nigori1.
Permute
(Nigori::Password, original, &permuted1));
165
EXPECT_TRUE(nigori2.
Permute
(Nigori::Password, original, &permuted2));
nigori.h
23
// To store secrets securely, use the |
Permute
| method to derive a lookup name
52
bool
Permute
(Type type, const std::string& name, std::string* permuted) const;
nigori.cc
120
//
Permute
[Kenc,Kmac](type || name)
121
bool Nigori::
Permute
(Type type, const std::string& name,
cryptographer.cc
20
// a username, and a password) by calling
Permute
on this string. Since the
21
// output of
Permute
is always the same for a given triplet, clients will always
180
if (!initialized_nigori->
Permute
(Nigori::Password, kNigoriKeyName, &name)) {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
pagemap_unittest.cc
48
static void
Permute
(vector<intptr_t>* elements) {
102
Permute
(&elements);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
pagemap_unittest.cc
48
static void
Permute
(vector<intptr_t>* elements) {
102
Permute
(&elements);
/external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp
243
Function vec_perm [Vector
Permute
] not checked
Completed in 1129 milliseconds