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

  /external/chromium_org/chromeos/cryptohome/
cryptohome_parameters.h 144 std::vector<KeyDefinition> create_keys; member in class:cryptohome::MountParameters
cryptohome_parameters.cc 178 return ephemeral == other.ephemeral && create_keys == other.create_keys;
homedir_methods.cc 231 if (!request.create_keys.empty()) {
233 for (size_t i = 0; i < request.create_keys.size(); ++i)
234 FillKeyProtobuf(request.create_keys[i], create->add_keys());
  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.cc 93 mount.create_keys.push_back(keys[i]);
cryptohome_authenticator.cc 141 mount.create_keys.push_back(cryptohome::KeyDefinition(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 293 mount.create_keys.push_back(cryptohome::KeyDefinition(
    [all...]

Completed in 173 milliseconds