OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeserializeIndirectData
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/android_keymaster/
authorization_set.cpp
438
bool AuthorizationSet::
DeserializeIndirectData
(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
DeserializeIndirectData
(const uint8_t** buf_ptr, const uint8_t* end);
Completed in 75 milliseconds