Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dserializable.h183 uintptr_t array_end = __pval(*buf_ptr) + *count * sizeof(uint32_t); in copy_uint32_array_from_buf() local
184 if (*count >= UINT32_MAX / sizeof(uint32_t) || array_end < __pval(*buf_ptr) || in copy_uint32_array_from_buf()
185 array_end > __pval(end)) in copy_uint32_array_from_buf()