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

  /system/keymaster/include/keymaster/
serializable.h 156 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { function in namespace:keymaster
181 if (!copy_uint32_from_buf(buf_ptr, end, count))
193 if (!copy_uint32_from_buf(buf_ptr, end, &(*data)[i]))
android_keymaster_messages.h 140 return copy_uint32_from_buf(buf_ptr, end, &algorithm);
166 return copy_uint32_from_buf(buf_ptr, end, &algorithm) &&
167 copy_uint32_from_buf(buf_ptr, end, &purpose);
  /system/keymaster/
authorization_set.cpp 342 if (!copy_uint32_from_buf(buf_ptr, end, &param->tag))
350 return copy_uint32_from_buf(buf_ptr, end, &param->enumerated);
353 return copy_uint32_from_buf(buf_ptr, end, &param->integer);
371 if (!copy_uint32_from_buf(buf_ptr, end, &param->blob.data_length) ||
372 !copy_uint32_from_buf(buf_ptr, end, &offset))
426 if (!copy_uint32_from_buf(buf_ptr, end, &elements_count) ||
427 !copy_uint32_from_buf(buf_ptr, end, &elements_size)) {
android_keymaster_messages.cpp 68 if (!copy_uint32_from_buf(buf_ptr, end, &error))
146 return copy_uint32_from_buf(buf_ptr, end, &purpose) &&
227 retval = copy_uint32_from_buf(buf_ptr, end, &input_consumed);
329 !copy_uint32_from_buf(buf_ptr, end, &key_format) ||
372 copy_uint32_from_buf(buf_ptr, end, &key_format) &&
511 if (!copy_uint32_from_buf(buf_ptr, end, &entry_count) || !AllocateChain(entry_count))
serializable.cpp 51 if (!copy_uint32_from_buf(buf_ptr, end, size))

Completed in 32 milliseconds