HomeSort by relevance Sort by last modified time
    Searched refs:add_key (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.h 60 const bool add_key; member in class:chromeos::SupervisedUserAuthenticator::AuthAttempt
104 void OnAuthenticationSuccess(const std::string& mount_hash, bool add_key);
supervised_user_authenticator.cc 161 bool add_key) {
165 if (add_key)
230 current_state_->add_key));
248 if (!current_state_->add_key && !current_state_->hash_obtained())
259 DCHECK(current_state_->hash_obtained() || current_state_->add_key);
296 add_key(add_key_attempt),
  /external/chromium_org/net/quic/crypto/
crypto_server_config_protobuf.h 67 QuicServerConfigProtobuf::PrivateKey* add_key() { function in class:net::QuicServerConfigProtobuf
quic_crypto_server_config.cc 349 QuicServerConfigProtobuf::PrivateKey* curve25519_key = config->add_key();
354 QuicServerConfigProtobuf::PrivateKey* p256_key = config->add_key();
    [all...]
  /external/chromium_org/sync/util/
cryptographer.cc 151 sync_pb::NigoriKey* key = bag.add_key();
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 49 RESTRICT_SYSCALL_DEATH_TEST(add_key);
  /external/chromium_org/sync/engine/
model_type_sync_worker_impl_unittest.cc 303 sync_pb::NigoriKey* key = bag.add_key();
    [all...]

Completed in 216 milliseconds