Searched refs:append_collection_to_buf (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 1265 buf = append_collection_to_buf(buf, end, boot_state); in Serialize() 1266 buf = append_collection_to_buf(buf, end, bootloader_state); in Serialize() 1267 return append_collection_to_buf(buf, end, vbmeta_digest); in Serialize() 1289 return append_collection_to_buf(buf, end, challenge); in Serialize() 1305 return append_collection_to_buf(buf, end, rootOfTrust); in NonErrorSerialize() 1328 buf = append_collection_to_buf(buf, end, rpcAuthorName); in NonErrorSerialize() 1330 buf = append_collection_to_buf(buf, end, uniqueId); in NonErrorSerialize()
|
D | serializable.h | 129 uint8_t* append_collection_to_buf(uint8_t* buf, const uint8_t* end, const T& value) { in append_collection_to_buf() function
|