OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddKey
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc
32
cryptographer.
AddKey
(params);
46
EXPECT_TRUE(cryptographer.
AddKey
(params));
67
EXPECT_TRUE(cryptographer.
AddKey
(params1));
81
EXPECT_TRUE(cryptographer.
AddKey
(params2));
113
cryptographer.
AddKey
(params);
cryptographer.h
89
bool
AddKey
(const KeyParams& params);
cryptographer.cc
107
bool Cryptographer::
AddKey
(const KeyParams& params) {
/external/chromium/net/base/
dnssec_keyset.h
22
//
AddKey
adds a key to the trusted set.
24
bool
AddKey
(const base::StringPiece& dnskey);
dnssec_chain_verifier.cc
605
if (!current_zone_->trusted_keys.
AddKey
(key))
628
current_zone_->trusted_keys.
AddKey
(dnskeys[i]);
dnssec_keyset.cc
39
bool DNSSECKeySet::
AddKey
(const base::StringPiece& dnskey) {
dnssec_unittest.cc
50
ASSERT_TRUE(keyset.
AddKey
(
115
ASSERT_TRUE(keyset.
AddKey
(
[
all
...]
/external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc
230
cryptographer->
AddKey
(params);
284
cryptographer->
AddKey
(params);
295
cryptographer.
AddKey
(params);
335
other_cryptographer.
AddKey
(params);
404
cryptographer->
AddKey
(params);
501
other_cryptographer.
AddKey
(params);
syncapi_unittest.cc
373
trans.GetCryptographer()->
AddKey
(params);
727
cryptographer->
AddKey
(params);
[
all
...]
syncapi.cc
[
all
...]
Completed in 2330 milliseconds