Searched refs:copy_uint64_from_buf (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/android_keymaster/ |
D | android_keymaster_messages.cpp | 384 bool retval = copy_uint64_from_buf(buf_ptr, end, &op_handle); in NonErrorDeserialize() 404 bool retval = copy_uint64_from_buf(buf_ptr, end, &op_handle) && input.Deserialize(buf_ptr, end); in Deserialize() 477 copy_uint64_from_buf(buf_ptr, end, &op_handle) && signature.Deserialize(buf_ptr, end); in Deserialize() 808 copy_uint64_from_buf(buf_ptr, end, &password_sid) && in Deserialize() 809 copy_uint64_from_buf(buf_ptr, end, &biometric_sid); in Deserialize() 869 return copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize() 870 copy_uint64_from_buf(buf_ptr, end, &user_id) && in Deserialize() 871 copy_uint64_from_buf(buf_ptr, end, &authenticator_id) && in Deserialize() 873 copy_uint64_from_buf(buf_ptr, end, ×tamp) && // in Deserialize() 891 return copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize() [all …]
|
D | authorization_set.cpp | 364 return copy_uint64_from_buf(buf_ptr, end, ¶m->long_integer); in deserialize() 366 return copy_uint64_from_buf(buf_ptr, end, ¶m->date_time); in deserialize()
|
/system/keymaster/include/keymaster/ |
D | serializable.h | 168 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 | 542 return copy_uint64_from_buf(buf_ptr, end, &op_handle); in Deserialize() 948 return (copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize() 1067 return copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize() 1068 copy_uint64_from_buf(buf_ptr, end, ×tamp) && in Deserialize() 1084 return copy_uint64_from_buf(buf_ptr, end, &challenge); in Deserialize()
|