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 - 4
of
4
) sorted by null
/system/keymaster/
android_keymaster_messages.cpp
159
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);
authorization_set.cpp
321
buf =
append_uint64_to_buf
(buf, end, param.long_integer);
324
buf =
append_uint64_to_buf
(buf, end, param.date_time);
/system/keymaster/include/keymaster/
serializable.h
96
inline uint8_t*
append_uint64_to_buf
(uint8_t* buf, const uint8_t* end, uint64_t value) {
function in namespace:keymaster
android_keymaster_messages.h
406
return
append_uint64_to_buf
(buf, end, op_handle);
Completed in 3976 milliseconds