Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dauthorization_set.cpp443 bool AuthorizationSet::DeserializeIndirectData(const uint8_t** buf_ptr, const uint8_t* end) { in DeserializeIndirectData() function in keymaster::AuthorizationSet
513 if (!DeserializeIndirectData(buf_ptr, end) || !DeserializeElementsData(buf_ptr, end)) in Deserialize()
/system/keymaster/include/keymaster/
Dauthorization_set.h462 bool DeserializeIndirectData(const uint8_t** buf_ptr, const uint8_t* end);