Searched refs:copy_from_buf (Results 1 – 3 of 3) sorted by relevance
/system/keymaster/include/keymaster/ |
D | serializable.h | 139 bool copy_from_buf(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size); 158 if (!copy_from_buf(buf_ptr, end, &val, sizeof(val))) in copy_uint32_from_buf() 169 return copy_from_buf(buf_ptr, end, value, sizeof(*value)); in copy_uint64_from_buf()
|
/system/keymaster/ |
D | auth_encrypted_key_blob.cpp | 69 if (!copy_from_buf(buf_ptr, end, nonce->peek_write(), OCB_NONCE_LENGTH) || in DeserializeUnversionedBlob() 71 !copy_from_buf(buf_ptr, end, tag->peek_write(), OCB_TAG_LENGTH) || in DeserializeUnversionedBlob()
|
D | serializable.cpp | 38 bool copy_from_buf(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size) { in copy_from_buf() function 67 return copy_from_buf(buf_ptr, end, dest->get(), *size); in copy_size_and_data_from_buf()
|