Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dserializable.cpp25 bool __buffer_bound_check(const uint8_t* buf, const uint8_t* end, size_t len) { in __buffer_bound_check() function
32 if (__buffer_bound_check(buf, end, data_len)) { in append_to_buf()
41 if (__buffer_bound_check(*buf_ptr, end, size)) { in copy_from_buf()
59 if (__buffer_bound_check(*buf_ptr, end, *size)) { in copy_size_and_data_from_buf()
/system/keymaster/include/keymaster/
Dserializable.h81 bool __buffer_bound_check(const uint8_t* buf, const uint8_t* end, size_t len);
231 if (!__buffer_bound_check(*buf_ptr, end, buf_size)) { in copy_collection_from_buf()