Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dauthorization_set.h338 return GetTagValueBlob(tag, val); in GetTagValue()
347 return GetTagValueBlob(tag, val); in GetTagValue()
461 bool GetTagValueBlob(keymaster_tag_t tag, keymaster_blob_t* val) const;
/system/keymaster/
Dauthorization_set.cpp634 bool AuthorizationSet::GetTagValueBlob(keymaster_tag_t tag, keymaster_blob_t* val) const { in GetTagValueBlob() function in keymaster::AuthorizationSet