Home
last modified time | relevance | path

Searched refs:copy_uint64_from_buf (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp184 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, &timestamp) && // in Deserialize()
728 return copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize()
[all …]
Dauthorization_set.cpp382 return copy_uint64_from_buf(buf_ptr, end, &param->long_integer); in deserialize()
384 return copy_uint64_from_buf(buf_ptr, end, &param->date_time); in deserialize()
/system/keymaster/include/keymaster/
Dserializable.h172 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf() function
Dandroid_keymaster_messages.h420 return copy_uint64_from_buf(buf_ptr, end, &op_handle); in Deserialize()
882 return (copy_uint64_from_buf(buf_ptr, end, &challenge) && in Deserialize()