Home
last modified time | relevance | path

Searched refs:copy_collection_from_buf (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h1264 return copy_collection_from_buf(buf_ptr, end, &boot_state) && in Deserialize()
1265 copy_collection_from_buf(buf_ptr, end, &bootloader_state) && in Deserialize()
1266 copy_collection_from_buf(buf_ptr, end, &vbmeta_digest); in Deserialize()
1286 return copy_collection_from_buf(buf_ptr, end, &challenge); in Deserialize()
1302 return copy_collection_from_buf(buf_ptr, end, &rootOfTrust); in NonErrorDeserialize()
1329 copy_collection_from_buf(buf_ptr, end, &rpcAuthorName) && in NonErrorDeserialize()
1331 copy_collection_from_buf(buf_ptr, end, &uniqueId) && in NonErrorDeserialize()
Dserializable.h225 bool copy_collection_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_collection_from_buf() function