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/
serializable.cpp 49 bool copy_size_and_data_from_buf(const uint8_t** buf_ptr, const uint8_t* end, size_t* size, function in namespace:keymaster
148 if (!copy_size_and_data_from_buf(buf_ptr, end, &buffer_size_, &buffer_)) {
android_keymaster_messages.cpp 46 if (!copy_size_and_data_from_buf(buf_ptr, end, &key_blob->key_material_size,
330 !copy_size_and_data_from_buf(buf_ptr, end, &key_data_length, &deserialized_key_material))
394 if (!copy_size_and_data_from_buf(buf_ptr, end, &key_data_length, &deserialized_key_material))
517 if (!copy_size_and_data_from_buf(buf_ptr, end, &data_length, &data))
authorization_set.cpp 414 if (!copy_size_and_data_from_buf(buf_ptr, end, &indirect_data_size_, &indirect_buf)) {
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 296 if (!copy_size_and_data_from_buf(buf_ptr, end, &key_material_size, &tmp)) {
serializable.h 104 * See copy_size_and_data_from_buf().
148 bool copy_size_and_data_from_buf(const uint8_t** buf_ptr, const uint8_t* end, size_t* size,

Completed in 583 milliseconds