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

  /system/keymaster/include/keymaster/
serializable.h 79 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { function in namespace:keymaster
99 buf = append_uint32_to_buf(buf, end, data_len);
112 buf = append_uint32_to_buf(buf, end, count);
114 buf = append_uint32_to_buf(buf, end, static_cast<uint32_t>(data[i]));
  /system/keymaster/
authorization_set.cpp 245 buf = append_uint32_to_buf(buf, end, param.tag);
251 buf = append_uint32_to_buf(buf, end, param.enumerated);
255 buf = append_uint32_to_buf(buf, end, param.integer);
270 buf = append_uint32_to_buf(buf, end, param.blob.data_length);
271 buf = append_uint32_to_buf(buf, end, param.blob.data - indirect_base);
338 buf = append_uint32_to_buf(buf, end, elems_size_);
339 buf = append_uint32_to_buf(buf, end, SerializedSizeOfElements());
google_keymaster_messages.cpp 30 buf = append_uint32_to_buf(buf, end, static_cast<uint32_t>(error));
147 buf = append_uint32_to_buf(buf, end, purpose);
240 buf = append_uint32_to_buf(buf, end, key_format);
298 buf = append_uint32_to_buf(buf, end, key_format);

Completed in 152 milliseconds