OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_uint64_from_buf
(Results
1 - 4
of
4
) sorted by null
/system/keymaster/
android_keymaster_messages.cpp
166
bool retval =
copy_uint64_from_buf
(buf_ptr, end, &op_handle);
188
bool retval =
copy_uint64_from_buf
(buf_ptr, end, &op_handle) && input.Deserialize(buf_ptr, end);
266
copy_uint64_from_buf
(buf_ptr, end, &op_handle) && signature.Deserialize(buf_ptr, end);
authorization_set.cpp
356
return
copy_uint64_from_buf
(buf_ptr, end, ¶m->long_integer);
358
return
copy_uint64_from_buf
(buf_ptr, end, ¶m->date_time);
/system/keymaster/include/keymaster/
serializable.h
168
inline bool
copy_uint64_from_buf
(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) {
function in namespace:keymaster
android_keymaster_messages.h
409
return
copy_uint64_from_buf
(buf_ptr, end, &op_handle);
Completed in 34 milliseconds