HomeSort by relevance Sort by last modified time
    Searched refs:copy_uint64_from_buf (Results 1 - 3 of 3) sorted by null

  /system/keymaster/
google_keymaster_messages.cpp 174 return copy_uint64_from_buf(buf_ptr, end, &op_handle);
187 return copy_uint64_from_buf(buf_ptr, end, &op_handle) && input.Deserialize(buf_ptr, end);
212 return copy_uint64_from_buf(buf_ptr, end, &op_handle) && signature.Deserialize(buf_ptr, end);
authorization_set.cpp 293 return copy_uint64_from_buf(buf_ptr, end, &param->long_integer);
295 return copy_uint64_from_buf(buf_ptr, end, &param->date_time);
  /system/keymaster/include/keymaster/
serializable.h 155 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { function in namespace:keymaster

Completed in 61 milliseconds