Home
last modified time | relevance | path

Searched refs:AddKey (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/util/
Dcryptographer_unittest.cc32 cryptographer.AddKey(params); in TEST()
46 EXPECT_TRUE(cryptographer.AddKey(params)); in TEST()
67 EXPECT_TRUE(cryptographer.AddKey(params1)); in TEST()
81 EXPECT_TRUE(cryptographer.AddKey(params2)); in TEST()
113 cryptographer.AddKey(params); in TEST()
Dcryptographer.h89 bool AddKey(const KeyParams& params);
Dcryptographer.cc107 bool Cryptographer::AddKey(const KeyParams& params) { in AddKey() function in browser_sync::Cryptographer
/external/chromium/chrome/browser/sync/engine/
Dapply_updates_command_unittest.cc230 cryptographer->AddKey(params); in TEST_F()
284 cryptographer->AddKey(params); in TEST_F()
295 cryptographer.AddKey(params); in TEST_F()
335 other_cryptographer.AddKey(params); in TEST_F()
404 cryptographer->AddKey(params); in TEST_F()
501 other_cryptographer.AddKey(params); in TEST_F()
Dsyncapi_unittest.cc373 trans.GetCryptographer()->AddKey(params); in TEST_F()
727 cryptographer->AddKey(params); in SetUpEncryption()
Dsyncapi.cc1983 cryptographer->AddKey(params); in SetPassphrase()
/external/chromium/net/base/
Ddnssec_keyset.h24 bool AddKey(const base::StringPiece& dnskey);
Ddnssec_unittest.cc50 ASSERT_TRUE(keyset.AddKey( in TEST()
115 ASSERT_TRUE(keyset.AddKey( in TEST()
Ddnssec_chain_verifier.cc605 if (!current_zone_->trusted_keys.AddKey(key)) in EnterZone()
628 current_zone_->trusted_keys.AddKey(dnskeys[i]); in EnterZone()
Ddnssec_keyset.cc39 bool DNSSECKeySet::AddKey(const base::StringPiece& dnskey) { in AddKey() function in net::DNSSECKeySet