Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dauthorization_set.h265 return GetTagValueInt(tag, val); in GetTagValue()
461 bool GetTagValueInt(keymaster_tag_t tag, uint32_t* val) const;
/system/keymaster/android_keymaster/
Dauthorization_set.cpp584 bool AuthorizationSet::GetTagValueInt(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueInt() function in keymaster::AuthorizationSet