Searched defs:KeyType (Results 1 – 3 of 3) sorted by relevance
40 struct KeyType { struct41 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp) in KeyType() argument47 bool operator==(const KeyType& rhs) const { argument
10 enum KeyType { enum
232 bool MapContainsKey(const std::map<KeyType, ValueType>& m, const KeyType& k) { in MapContainsKey()