HomeSort by relevance Sort by last modified time
    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 382 return copy_uint64_from_buf(buf_ptr, end, &param->long_integer);
384 return copy_uint64_from_buf(buf_ptr, end, &param->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 1187 milliseconds