Searched refs:copy_uint64_from_buf (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/android_keymaster/ |
D | android_keymaster_messages.cpp | 184 bool retval = copy_uint64_from_buf(buf_ptr, end, &op_handle); in NonErrorDeserialize() 206 bool retval = copy_uint64_from_buf(buf_ptr, end, &op_handle) && input.Deserialize(buf_ptr, end); in Deserialize() 284 copy_uint64_from_buf(buf_ptr, end, &op_handle) && signature.Deserialize(buf_ptr, end); in Deserialize() 656 copy_uint64_from_buf(buf_ptr, end, &password_sid) && in Deserialize() 657 copy_uint64_from_buf(buf_ptr, end, &biometric_sid); in Deserialize() 706 return copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize() 707 copy_uint64_from_buf(buf_ptr, end, &user_id) && in Deserialize() 708 copy_uint64_from_buf(buf_ptr, end, &authenticator_id) && in Deserialize() 710 copy_uint64_from_buf(buf_ptr, end, ×tamp) && // in Deserialize() 728 return copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize() [all …]
|
D | authorization_set.cpp | 382 return copy_uint64_from_buf(buf_ptr, end, ¶m->long_integer); in deserialize() 384 return copy_uint64_from_buf(buf_ptr, end, ¶m->date_time); in deserialize()
|
/system/keymaster/include/keymaster/ |
D | serializable.h | 172 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf() function
|
D | android_keymaster_messages.h | 420 return copy_uint64_from_buf(buf_ptr, end, &op_handle); in Deserialize() 882 return (copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize()
|