serializable.h | 143 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { function in namespace:keymaster 168 if (!copy_uint32_from_buf(buf_ptr, end, count) || *buf_ptr + *count * sizeof(uint32_t) > end) 172 if (!copy_uint32_from_buf(buf_ptr, end, &(*data)[i]))
|