Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dserializable.h80 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()
Dandroid_keymaster_messages.h372 return append_to_buf(buf, end, &test_mode, sizeof(uint8_t)); in Serialize()
/system/keymaster/android_keymaster/
Dserializable.cpp36 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.cpp258 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()