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

  /system/keymaster/include/keymaster/
serializable.h 143 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { function in namespace:keymaster
168 if (!copy_uint32_from_buf(buf_ptr, end, count) || *buf_ptr + *count * sizeof(uint32_t) > end)
172 if (!copy_uint32_from_buf(buf_ptr, end, &(*data)[i]))
  /system/keymaster/
authorization_set.cpp 279 if (!copy_uint32_from_buf(buf_ptr, end, &param->tag))
288 return copy_uint32_from_buf(buf_ptr, end, &param->enumerated);
291 return copy_uint32_from_buf(buf_ptr, end, &param->integer);
308 if (!copy_uint32_from_buf(buf_ptr, end, &param->blob.data_length) ||
309 !copy_uint32_from_buf(buf_ptr, end, &offset))
359 if (!copy_uint32_from_buf(buf_ptr, end, &elements_count) ||
360 !copy_uint32_from_buf(buf_ptr, end, &elements_size)) {
google_keymaster_messages.cpp 37 if (!copy_uint32_from_buf(buf_ptr, end, &error))
156 if (!copy_uint32_from_buf(buf_ptr, end, &purpose) ||
249 !copy_uint32_from_buf(buf_ptr, end, &key_format) ||
307 !copy_uint32_from_buf(buf_ptr, end, &key_format) ||
serializable.cpp 38 if (!copy_uint32_from_buf(buf_ptr, end, size) || *buf_ptr + *size > end) {

Completed in 75 milliseconds