HomeSort by relevance Sort by last modified time
    Searched refs:AddKey (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/leveldatabase/src/table/
filter_block_test.cc 58 builder.AddKey("foo");
59 builder.AddKey("bar");
60 builder.AddKey("box");
62 builder.AddKey("box");
64 builder.AddKey("hello");
81 builder.AddKey("foo");
83 builder.AddKey("bar");
87 builder.AddKey("box");
93 builder.AddKey("box");
94 builder.AddKey("hello")
    [all...]
filter_block.h 28 // (StartBlock AddKey*)* Finish
34 void AddKey(const Slice& key);
filter_block.cc 30 void FilterBlockBuilder::AddKey(const Slice& key) {
table_builder.cc 110 r->filter_block->AddKey(key);
  /external/chromium_org/sync/util/
cryptographer_unittest.cc 52 cryptographer_.AddKey(params);
64 EXPECT_TRUE(cryptographer_.AddKey(params));
83 EXPECT_TRUE(cryptographer_.AddKey(params));
101 cryptographer_.AddKey(params_new);
114 EXPECT_TRUE(cryptographer_.AddKey(params1));
128 EXPECT_TRUE(cryptographer_.AddKey(params2));
160 cryptographer.AddKey(params);
188 cryptographer_.AddKey(params);
cryptographer.h 111 bool AddKey(const KeyParams& params);
113 // Same as AddKey(..), but builds the new Nigori from a previously persisted
cryptographer.cc 144 bool Cryptographer::AddKey(const KeyParams& params) {
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 81 other_cryptographer.AddKey(params);
149 cryptographer->AddKey(params);
265 other_cryptographer.AddKey(params);
323 other_cryptographer.AddKey(other_params);
338 cryptographer->AddKey(local_params);
401 other_cryptographer.AddKey(other_params);
416 cryptographer->AddKey(local_params);
478 cryptographer->AddKey(old_params);
491 cryptographer->AddKey(new_params);
549 other_cryptographer.AddKey(old_params)
    [all...]
directory_update_handler_unittest.cc     [all...]
syncer_unittest.cc 707 other_cryptographer.AddKey(other_params);
713 GetCryptographer(&wtrans)->AddKey(key_params);
800 other_cryptographer.AddKey(key_params);
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 179 keystore_cryptographer.AddKey(params);
186 temp_cryptographer.AddKey(params);
204 other_cryptographer.AddKey(keystore_params);
207 other_cryptographer.AddKey(params);
306 other_cryptographer.AddKey(default_key);
529 other_cryptographer.AddKey(old_key);
542 GetCryptographer()->AddKey(old_key);
543 GetCryptographer()->AddKey(current_key);
700 other_cryptographer.AddKey(cur_key);
736 other_cryptographer.AddKey(other_key)
    [all...]
sync_encryption_handler_impl.cc 393 if (cryptographer->AddKey(key_params)) {
447 temp_cryptographer.AddKey(key_params);
453 cryptographer->AddKey(key_params);
    [all...]
sync_manager_impl_unittest.cc 467 trans.GetCryptographer()->AddKey(params);
501 trans.GetCryptographer()->AddKey(params);
904 cryptographer->AddKey(params);
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.h 78 void AddKey(const uint8* key, int key_length,
proxy_decryptor.cc 136 void ProxyDecryptor::AddKey(const uint8* key,
141 DVLOG(1) << "AddKey()";
143 // In the prefixed API, the session parameter provided to addKey() is
  /external/chromium_org/chrome/browser/chromeos/login/auth/
extended_authenticator.h 83 void AddKey(const UserContext& context,
extended_authenticator.cc 114 void ExtendedAuthenticator::AddKey(const UserContext& context,
  /external/chromium_org/sync/test/
fake_sync_encryption_handler.cc 23 cryptographer_.AddKey(keystore_params);
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 168 authenticator_->AddKey(manager_key,
228 authenticator_->AddKey(
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 84 // Calls cryptohome's addKey method.
85 void AddKey(ManagedUserAuthenticator::AuthAttempt* attempt,
152 base::Bind(&AddKey,
supervised_user_login_flow.cc 151 authenticator_->AddKey(context_,
managed_user_creation_controller_new.cc 283 authenticator_->AddKey(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmw.h 110 virtual HRESULT WINAPI AddKey(METADATA_HANDLE hMDHandle,LPCWSTR pszMDPath) = 0;
148 HRESULT (WINAPI *AddKey)(IMSAdminBaseW *This,METADATA_HANDLE hMDHandle,LPCWSTR pszMDPath);
188 #define IMSAdminBaseW_AddKey(This,hMDHandle,pszMDPath) (This)->lpVtbl->AddKey(This,hMDHandle,pszMDPath)
304 HRESULT (WINAPI *AddKey)(IMSAdminBase2W *This,METADATA_HANDLE hMDHandle,LPCWSTR pszMDPath);
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc     [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 678 // Helper enum for reporting generateKeyRequest/addKey histograms.
802 WebMediaPlayer::MediaKeyException WebMediaPlayerImpl::addKey(
809 DVLOG(1) << "addKey: " << base::string16(key_system) << ": "
826 ReportMediaKeyExceptionToUMA("addKey", ascii_key_system, e);
846 proxy_decryptor_->AddKey(
    [all...]

Completed in 381 milliseconds

1 2