HomeSort by relevance Sort by last modified time
    Searched defs:copy_from_buf (Results 1 - 2 of 2) sorted by null

  /system/keymaster/android_keymaster/
serializable.cpp 38 bool copy_from_buf(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size) { function in namespace:keymaster
67 return copy_from_buf(buf_ptr, end, dest->get(), *size);
  /system/iot/attestation/atap/libatap/
atap_util.c 103 void copy_from_buf(uint8_t** buf_ptr, void* data, uint32_t data_size) { function
109 copy_from_buf(buf_ptr, x, sizeof(uint32_t));
123 copy_from_buf(buf_ptr, blob->data, blob->data_length);
137 copy_from_buf(buf_ptr, &cert_chain_size, sizeof(cert_chain_size));

Completed in 359 milliseconds