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

  /system/keymaster/
google_keymaster_messages.cpp 81 if (!copy_size_and_data_from_buf(buf_ptr, end, &key_blob.key_material_size,
113 if (!copy_size_and_data_from_buf(buf_ptr, end, &key_blob.key_material_size,
157 !copy_size_and_data_from_buf(buf_ptr, end, &key_blob.key_material_size,
250 !copy_size_and_data_from_buf(buf_ptr, end, &key_data_length, &deserialized_key_material))
277 if (!copy_size_and_data_from_buf(buf_ptr, end, &key_blob.key_material_size,
308 !copy_size_and_data_from_buf(buf_ptr, end, &key_blob.key_material_size,
333 if (!copy_size_and_data_from_buf(buf_ptr, end, &key_data_length, &deserialized_key_material))
serializable.cpp 36 bool copy_size_and_data_from_buf(const uint8_t** buf_ptr, const uint8_t* end, size_t* size, function in namespace:keymaster
124 if (!copy_size_and_data_from_buf(buf_ptr, end, &buffer_size_, &buffer_)) {
key_blob.cpp 134 !copy_size_and_data_from_buf(buf_ptr, end, &key_material_length_, &tmp_key_ptr) ||
authorization_set.cpp 348 if (!copy_size_and_data_from_buf(buf_ptr, end, &indirect_data_size_, &indirect_buf)) {
  /system/keymaster/include/keymaster/
serializable.h 95 * See copy_size_and_data_from_buf().
135 bool copy_size_and_data_from_buf(const uint8_t** buf_ptr, const uint8_t* end, size_t* size,

Completed in 142 milliseconds