HomeSort by relevance Sort by last modified time
    Searched refs:DeserializeElementsData (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
authorization_set.cpp 449 bool AuthorizationSet::DeserializeElementsData(const uint8_t** buf_ptr, const uint8_t* end) {
488 if (!DeserializeIndirectData(buf_ptr, end) || !DeserializeElementsData(buf_ptr, end))
  /system/keymaster/include/keymaster/
authorization_set.h 452 bool DeserializeElementsData(const uint8_t** buf_ptr, const uint8_t* end);

Completed in 64 milliseconds