Home
last modified time | relevance | path

Searched refs:append_to_buf (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dserializable.h79 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len);
90 return append_to_buf(buf, end, &val, sizeof(val)); in append_uint32_to_buf()
97 return append_to_buf(buf, end, &value, sizeof(value)); in append_uint64_to_buf()
109 return append_to_buf(buf, end, data, data_len); in append_size_and_data_to_buf()
/system/keymaster/
Dserializable.cpp27 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len) { in append_to_buf() function