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

  /system/keymaster/tests/
key_blob_test.cpp 176 auto ciphertext_ptr = std::search(serialized_blob_.begin(), serialized_blob_.end(), local
178 ASSERT_NE(ciphertext_ptr, serialized_blob_.end());
179 EXPECT_EQ(serialized_blob_.end(), std::search(ciphertext_ptr + 1, serialized_blob_.end(),
181 (*const_cast<uint8_t*>(ciphertext_ptr))++;

Completed in 250 milliseconds