Home
last modified time | relevance | path

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

/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp378 buf = append_uint64_to_buf(buf, end, op_handle); in NonErrorSerialize()
397 buf = append_uint64_to_buf(buf, end, op_handle); in Serialize()
468 buf = append_uint64_to_buf(buf, end, op_handle); in Serialize()
799 buf = append_uint64_to_buf(buf, end, password_sid); in Serialize()
800 return append_uint64_to_buf(buf, end, biometric_sid); in Serialize()
860 buf = append_uint64_to_buf(buf, end, challenge); in Serialize()
861 buf = append_uint64_to_buf(buf, end, user_id); in Serialize()
862 buf = append_uint64_to_buf(buf, end, authenticator_id); in Serialize()
864 buf = append_uint64_to_buf(buf, end, timestamp); in Serialize()
883 buf = append_uint64_to_buf(buf, end, challenge); in Serialize()
[all …]
H A Dauthorization_set.cpp331 buf = append_uint64_to_buf(buf, end, param.long_integer); in serialize()
334 buf = append_uint64_to_buf(buf, end, param.date_time); in serialize()
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h539 return append_uint64_to_buf(buf, end, op_handle); in Serialize()
942 buf = append_uint64_to_buf(buf, end, challenge); in Serialize()
1061 buf = append_uint64_to_buf(buf, end, challenge); in Serialize()
1062 buf = append_uint64_to_buf(buf, end, timestamp); in Serialize()
1081 return append_uint64_to_buf(buf, end, challenge); in Serialize()
H A Dserializable.h97 inline uint8_t* append_uint64_to_buf(uint8_t* buf, const uint8_t* end, uint64_t value) { in append_uint64_to_buf() function