Home
last modified time | relevance | path

Searched refs:key_type (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/mini_keyctl/
H A Dmini_keyctl_utils.cpp66 std::string key_type = tokens[7]; in GetKeyringId() local
71 if (key_type != "keyring" || key_desc_prefix != key_desc_pattern) { in GetKeyringId()
/aosp14/system/core/libutils/include/utils/
H A DKeyedVector.h39 typedef KEY key_type; typedef