Searched refs:AddKey (Results 1 – 10 of 10) sorted by relevance
32 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()
89 bool AddKey(const KeyParams& params);
107 bool Cryptographer::AddKey(const KeyParams& params) { in AddKey() function in browser_sync::Cryptographer
230 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()
373 trans.GetCryptographer()->AddKey(params); in TEST_F()727 cryptographer->AddKey(params); in SetUpEncryption()
1983 cryptographer->AddKey(params); in SetPassphrase()
24 bool AddKey(const base::StringPiece& dnskey);
50 ASSERT_TRUE(keyset.AddKey( in TEST()115 ASSERT_TRUE(keyset.AddKey( in TEST()
605 if (!current_zone_->trusted_keys.AddKey(key)) in EnterZone()628 current_zone_->trusted_keys.AddKey(dnskeys[i]); in EnterZone()
39 bool DNSSECKeySet::AddKey(const base::StringPiece& dnskey) { in AddKey() function in net::DNSSECKeySet