Searched defs:SetKey (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcrypto_secret_boxer.cc19 // Defined kKeySize for GetKeySize() and SetKey().
38 void CryptoSecretBoxer::SetKey(StringPiece key) { function in class:net::CryptoSecretBoxer
45 if (!encrypter->SetKey(key_)) {
46 DLOG(DFATAL) << "CryptoSecretBoxer's encrypter->SetKey failed.";
86 if (!decrypter->SetKey(key_)) {
87 DLOG(DFATAL) << "CryptoSecretBoxer's decrypter->SetKey failed.";
H A Daead_base_decrypter_openssl.cc53 bool AeadBaseDecrypter::SetKey(StringPiece key) { function in class:net::AeadBaseDecrypter
H A Dnull_decrypter.cc16 bool NullDecrypter::SetKey(StringPiece key) { return key.empty(); } function in class:net::NullDecrypter
H A Dnull_encrypter.cc18 bool NullEncrypter::SetKey(StringPiece key) { return key.empty(); } function in class:net::NullEncrypter
H A Daead_base_decrypter_nss.cc32 bool AeadBaseDecrypter::SetKey(StringPiece key) { function in class:net::AeadBaseDecrypter
H A Daead_base_encrypter_nss.cc32 bool AeadBaseEncrypter::SetKey(StringPiece key) { function in class:net::AeadBaseEncrypter
H A Daead_base_encrypter_openssl.cc49 bool AeadBaseEncrypter::SetKey(StringPiece key) { function in class:net::AeadBaseEncrypter
/external/chromium_org/chromeos/login/auth/
H A Duser_context.cc114 void UserContext::SetKey(const Key& key) { function in class:chromeos::UserContext
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc159 void RegistryDict::SetKey(const std::string& name, function in class:policy::RegistryDict
289 SetKey(name, subdict.Pass());
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa_test.c66 #define SetKey \ macro
123 SetKey;
167 SetKey;
238 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/openssl/crypto/rsa/
H A Drsa_test.c21 #define SetKey \ macro
79 SetKey;
124 SetKey;
196 SetKey;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.cc487 return SetKey(ssrc_any_outbound, cs, key, len);
491 return SetKey(ssrc_any_inbound, cs, key, len);
632 bool SrtpSession::SetKey(int type, const std::string& cs, function in class:cricket::SrtpSession
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc294 void SimpleEntryImpl::SetKey(const std::string& key) { function in class:disk_cache::SimpleEntryImpl
1127 SetKey(synchronous_entry_->key());
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h6541 virtual void SetKey(HValue* key) = 0;
6593 void SetKey(HValue* key) { SetOperandAt(1, key); } function in class:v8::FINAL::FINAL
7071 void SetKey(HValue* key) { SetOperandAt(1, key); } function in class:v8::FINAL::FINAL

Completed in 5150 milliseconds