Searched refs:SetKey (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/net/quic/crypto/
H A Dcrypto_secret_boxer.h25 // SetKey sets the key for this object. This must be done before |Box| or
27 void SetKey(base::StringPiece key);
H A Dcrypto_utils.cc102 if (!out->encrypter->SetKey(hkdf.server_write_key()) ||
104 !out->decrypter->SetKey(hkdf.client_write_key()) ||
109 if (!out->encrypter->SetKey(hkdf.client_write_key()) ||
111 !out->decrypter->SetKey(hkdf.server_write_key()) ||
H A Daes_128_gcm_12_decrypter.h43 virtual bool SetKey(base::StringPiece key) OVERRIDE;
H A Dnull_decrypter.h25 virtual bool SetKey(base::StringPiece key) OVERRIDE;
H A Dquic_decrypter.h24 virtual bool SetKey(base::StringPiece key) = 0;
H A Dquic_encrypter.h24 virtual bool SetKey(base::StringPiece key) = 0;
H A Daes_128_gcm_12_encrypter.h40 virtual bool SetKey(base::StringPiece key) OVERRIDE;
H A Dcrypto_secret_boxer_test.cc24 boxer.SetKey(StringPiece(reinterpret_cast<char*>(key.get()), key_size));
H A Dnull_encrypter.cc18 bool NullEncrypter::SetKey(StringPiece key) { return key.empty(); } function in class:net::NullEncrypter
H A Dnull_encrypter.h23 virtual bool SetKey(base::StringPiece key) OVERRIDE;
H A Dcrypto_secret_boxer.cc18 // Defined kKeySize for GetKeySize() and SetKey().
27 void CryptoSecretBoxer::SetKey(StringPiece key) { function in class:net::CryptoSecretBoxer
H A Dnull_decrypter.cc16 bool NullDecrypter::SetKey(StringPiece key) { return key.empty(); } function in class:net::NullDecrypter
H A Daes_128_gcm_12_decrypter_openssl.cc25 bool Aes128Gcm12Decrypter::SetKey(StringPiece key) { function in class:net::Aes128Gcm12Decrypter
H A Daes_128_gcm_12_decrypter_test.cc318 ASSERT_TRUE(decrypter.SetKey(key));
H A Daes_128_gcm_12_encrypter_openssl.cc41 bool Aes128Gcm12Encrypter::SetKey(StringPiece key) { function in class:net::Aes128Gcm12Encrypter
/external/chromium_org/components/policy/core/common/
H A Dpreg_parser_win_unittest.cc80 dict.SetKey("DeleteKeysTest1", make_scoped_ptr(new RegistryDict()));
83 dict.SetKey("DeleteKeysTest2", delete_keys_test.Pass());
88 subdict->SetKey("DelValsTest3", make_scoped_ptr(new RegistryDict()));
89 dict.SetKey("DelValsTest", subdict.Pass());
101 del_vals_dict->SetKey("DelValsTest3", make_scoped_ptr(new RegistryDict()));
102 expected.SetKey("DelValsTest", del_vals_dict.Pass());
109 expected.SetKey("RestoreOnStartupURLs", startup_urls.Pass());
H A Dregistry_dict_win_unittest.cc75 test_dict.SetKey("two", subdict.Pass());
83 test_dict.SetKey("four", subdict.Pass());
104 test_dict.SetKey("One", make_scoped_ptr(new RegistryDict()));
116 test_dict.SetKey("ONE", subdict.Pass());
140 dict_a.SetKey("three", subdict.Pass());
145 dict_b.SetKey("three", subdict.Pass());
148 dict_b.SetKey("six", subdict.Pass());
171 dict_a.SetKey("two", make_scoped_ptr(new RegistryDict()));
196 test_dict.SetKey("three", subdict.Pass());
199 test_dict.SetKey("dic
[all...]
H A Dregistry_dict_win.h48 void SetKey(const std::string& name, scoped_ptr<RegistryDict> dict);
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_test.c21 #define SetKey \ macro
79 SetKey;
124 SetKey;
196 SetKey;
/external/openssl/crypto/rsa/
H A Drsa_test.c21 #define SetKey \ macro
79 SetKey;
124 SetKey;
196 SetKey;
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.h32 void SetKey(int i, int v) {key_[i] = v;} function in class:Tote
70 void SetKey(int i, int v) {key_[i] = v;} function in class:ToteWithReliability
/external/chromium_org/v8/src/
H A Dhydrogen-dehoist.cc57 array_operation->SetKey(subexpression);
H A Dtransitions.h62 inline void SetKey(int transition_number, Name* value);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dsrtpfilter.h80 bool SetKey(int type, const std::string& cs, const uint8* key, int len);
H A Dsrtpfilter.cc264 return SetKey(ssrc_any_outbound, cs, key, len);
268 return SetKey(ssrc_any_inbound, cs, key, len);
345 bool SrtpSession::SetKey(int type, const std::string& cs, function in class:cricket::SrtpSession

Completed in 453 milliseconds

12