HomeSort by relevance Sort by last modified time
    Searched full:add_to_uint32 (Results 1 - 1 of 1) sorted by null

  /system/keymaster/
authorization_set_test.cpp 256 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 4971 milliseconds