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

  /system/keymaster/include/keymaster/
serializable.h 157 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { function in namespace:keymaster
182 if (!copy_uint32_from_buf(buf_ptr, end, count))
194 if (!copy_uint32_from_buf(buf_ptr, end, &(*data)[i]))
  /system/iot/attestation/atap/libatap/
atap_util.c 108 void copy_uint32_from_buf(uint8_t** buf_ptr, uint32_t* x) { function
114 copy_uint32_from_buf(buf_ptr, &blob->data_length);
257 copy_uint32_from_buf(&buf_ptr, &message_len);
262 copy_uint32_from_buf(&buf_ptr, &encrypted_len);
286 copy_uint32_from_buf(&buf_ptr, &len);
294 copy_uint32_from_buf(&buf_ptr, &len);
305 copy_uint32_from_buf(&buf_ptr, &cert_chain_len);
311 copy_uint32_from_buf(&buf_ptr, &len);

Completed in 612 milliseconds