Home
last modified time | relevance | path

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

/system/keymaster/
Dkey_blob_test.cpp159 auto tag_ptr = in TEST_F() local
161 ASSERT_NE(tag_ptr, serialized_blob_.end()); in TEST_F()
163 std::search(tag_ptr + 1, serialized_blob_.end(), tag_.begin(), tag_.end())); in TEST_F()
164 (*const_cast<uint8_t*>(tag_ptr))++; in TEST_F()