Searched refs:append_uint64_to_buf (Results 1 - 4 of 4) sorted by relevance

/system/keymaster/
H A Dandroid_keymaster_messages.cpp159 buf = append_uint64_to_buf(buf, end, op_handle);
180 buf = append_uint64_to_buf(buf, end, op_handle);
255 buf = append_uint64_to_buf(buf, end, op_handle);
H A Dauthorization_set.cpp347 buf = append_uint64_to_buf(buf, end, param.long_integer);
350 buf = append_uint64_to_buf(buf, end, param.date_time);
/system/keymaster/include/keymaster/
H A Dserializable.h97 inline uint8_t* append_uint64_to_buf(uint8_t* buf, const uint8_t* end, uint64_t value) { function in namespace:keymaster
H A Dandroid_keymaster_messages.h407 return append_uint64_to_buf(buf, end, op_handle);

Completed in 123 milliseconds