OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:append_uint64_to_buf
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/
google_keymaster_messages.cpp
170
return
append_uint64_to_buf
(buf, end, op_handle);
182
buf =
append_uint64_to_buf
(buf, end, op_handle);
207
buf =
append_uint64_to_buf
(buf, end, op_handle);
authorization_set.cpp
258
buf =
append_uint64_to_buf
(buf, end, param.long_integer);
261
buf =
append_uint64_to_buf
(buf, end, param.date_time);
/system/keymaster/include/keymaster/
serializable.h
87
inline uint8_t*
append_uint64_to_buf
(uint8_t* buf, const uint8_t* end, uint64_t value) {
function in namespace:keymaster
Completed in 66 milliseconds