Searched refs:add_to_uint32 (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dauthorization_set_test.cpp256 static void add_to_uint32(uint8_t* buf, int delta) { function in namespace:keymaster::test
316 add_to_uint32(buf.get() + 41, 1);
319 add_to_uint32(buf.get() + 41, -1);
322 add_to_uint32(buf.get() + 25, -1);
325 add_to_uint32(buf.get() + 25, 1);
330 add_to_uint32(buf.get() + 25, 1);
331 add_to_uint32(buf.get() + 37, -1);

Completed in 44 milliseconds