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

  /system/keymaster/include/keymaster/
serializable.h 89 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { function in namespace:keymaster
109 buf = append_uint32_to_buf(buf, end, data_len);
126 buf = append_uint32_to_buf(buf, end, count);
128 buf = append_uint32_to_buf(buf, end, static_cast<uint32_t>(data[i]));
  /system/iot/attestation/atap/libatap/
atap_util.c 40 uint8_t* append_uint32_to_buf(uint8_t* buf, uint32_t x) { function
48 return append_uint32_to_buf(buf, message_length);
53 buf = append_uint32_to_buf(buf, blob->data_length);
68 local_buf = append_uint32_to_buf(local_buf, cert_chain_size);

Completed in 1670 milliseconds