Home
last modified time | relevance | path

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

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