serializable.h | 88 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { function in namespace:keymaster 108 buf = append_uint32_to_buf(buf, end, data_len); 125 buf = append_uint32_to_buf(buf, end, count); 127 buf = append_uint32_to_buf(buf, end, static_cast<uint32_t>(data[i]));
|