Searched defs:copy_uint32_from_buf (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/include/keymaster/
H A Dserializable.h157 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { function in namespace:keymaster
182 if (!copy_uint32_from_buf(buf_ptr, end, count))
194 if (!copy_uint32_from_buf(buf_ptr, end, &(*data)[i]))

Completed in 111 milliseconds