Home
last modified time | relevance | path

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

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