Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dserializable.cpp28 bool buffer_bound_check(const uint8_t* buf, const uint8_t* end, size_t len) { in buffer_bound_check() function
37 if (buffer_bound_check(buf, end, data_len)) { in append_to_buf()
46 if (buffer_bound_check(*buf_ptr, end, size)) { in copy_from_buf()
64 if (buffer_bound_check(*buf_ptr, end, *size)) { in copy_size_and_data_from_buf()