HomeSort by relevance Sort by last modified time
    Searched defs:KeyDefinition (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/cryptohome/
cryptohome_parameters.cc 12 Authorization::Authorization(const KeyDefinition& key_def)
19 KeyDefinition::KeyDefinition(const std::string& key,
24 KeyDefinition::~KeyDefinition() {}
cryptohome_parameters.h 34 struct CHROMEOS_EXPORT KeyDefinition {
35 KeyDefinition(const std::string& key,
38 ~KeyDefinition();
53 explicit Authorization(const KeyDefinition& key);
70 std::vector<KeyDefinition> create_keys;

Completed in 3271 milliseconds