Searched defs:read_uint32 (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dauthorization_set_test.cpp250 static uint32_t read_uint32(const uint8_t* buf) { function in namespace:keymaster::test
295 EXPECT_EQ(6U, read_uint32(buf.get() + 25));
297 EXPECT_EQ(0U, read_uint32(buf.get() + 29));
299 EXPECT_EQ(3U, read_uint32(buf.get() + 37));
301 EXPECT_EQ(6U, read_uint32(buf.get() + 41));

Completed in 41 milliseconds