Searched refs:append_to_buf (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/include/keymaster/ |
D | serializable.h | 80 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len); 91 return append_to_buf(buf, end, &val, sizeof(val)); in append_uint32_to_buf() 98 return append_to_buf(buf, end, &value, sizeof(value)); in append_uint64_to_buf() 110 return append_to_buf(buf, end, data, data_len); in append_size_and_data_to_buf()
|
D | android_keymaster_messages.h | 372 return append_to_buf(buf, end, &test_mode, sizeof(uint8_t)); in Serialize()
|
/system/keymaster/android_keymaster/ |
D | serializable.cpp | 36 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len) { in append_to_buf() function
|
D | android_keymaster_messages.cpp | 258 buf = append_to_buf(buf, end, &test_mode, sizeof(uint8_t)); in Serialize() 742 return append_to_buf(buf, end, nonce, sizeof(nonce)); in Serialize()
|