Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dserializable.h83 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len);
94 return append_to_buf(buf, end, &val, sizeof(val)); in append_uint32_to_buf()
101 return append_to_buf(buf, end, &value, sizeof(value)); in append_uint64_to_buf()
113 return append_to_buf(buf, end, data, data_len); in append_size_and_data_to_buf()
/system/keymaster/android_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
Dandroid_keymaster_messages.cpp588 return append_to_buf(buf, end, nonce, sizeof(nonce)); in Serialize()