Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/
Ddm_test.cpp89 const char message2[] = "Goodbye. This is sector 2."; in TEST_F() local
91 ASSERT_TRUE(android::base::WriteFully(tmp2, message2, sizeof(message2))); in TEST_F()
132 ASSERT_EQ(strncmp(sector, message2, sizeof(message2)), 0); in TEST_F()
/system/security/keystore2/src/crypto/
Dlib.rs491 let message2 = aes_gcm_decrypt(&cipher_text, &iv, &tag, &key).unwrap(); in test_wrapper_roundtrip() localVariable
492 assert_eq!(message[..], message2[..]) in test_wrapper_roundtrip()