Home
last modified time | relevance | path

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

/aosp12/system/keymaster/android_keymaster/
H A Dserializable.cpp29 uintptr_t buf_next; in buffer_bound_check() local
30 bool overflow_occurred = __builtin_add_overflow(__pval(buf), len, &buf_next); in buffer_bound_check()
31 return (!overflow_occurred) && (buf_next <= __pval(end)); in buffer_bound_check()