Home
last modified time | relevance | path

Searched defs:KeyType (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
Doperation.h40 struct KeyType { struct
41 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp) in KeyType() argument
47 bool operator==(const KeyType& rhs) const { argument
/system/tpm/attestation/common/
Dcommon.proto10 enum KeyType { enum
/system/update_engine/common/
Dutils.h232 bool MapContainsKey(const std::map<KeyType, ValueType>& m, const KeyType& k) { in MapContainsKey()