Home
last modified time | relevance | path

Searched refs:buffer_bound_check (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/android_keymaster/
Dserializable.cpp30 bool buffer_bound_check(const uint8_t* buf, const uint8_t* end, size_t len) { in buffer_bound_check() function
39 if (buffer_bound_check(buf, end, data_len)) { in append_to_buf()
48 if (buffer_bound_check(*buf_ptr, end, size)) { in copy_from_buf()
67 if (buffer_bound_check(*buf_ptr, end, *size)) { in copy_size_and_data_from_buf()