Home
last modified time | relevance | path

Searched refs:copy_from_buf (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/
Dserializable.h139 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/
Dauth_encrypted_key_blob.cpp69 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()
Dserializable.cpp38 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()