Home
last modified time | relevance | path

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

/system/keymaster/
Dauthorization_set.cpp382 bool AuthorizationSet::DeserializeElementsData(const uint8_t** buf_ptr, const uint8_t* end) { in DeserializeElementsData() function in keymaster::AuthorizationSet
421 if (!DeserializeIndirectData(buf_ptr, end) || !DeserializeElementsData(buf_ptr, end)) in Deserialize()
/system/keymaster/include/keymaster/
Dauthorization_set.h385 bool DeserializeElementsData(const uint8_t** buf_ptr, const uint8_t* end);