Searched refs:message2 (Results 1 – 2 of 2) sorted by relevance
87 const char message2[] = "Goodbye. This is sector 2."; in TEST_F() local89 ASSERT_TRUE(android::base::WriteFully(tmp2, message2, sizeof(message2))); in TEST_F()130 ASSERT_EQ(strncmp(sector, message2, sizeof(message2)), 0); in TEST_F()
481 let message2 = aes_gcm_decrypt(&cipher_text, &iv, &tag, &key).unwrap(); in test_wrapper_roundtrip() localVariable482 assert_eq!(message[..], message2[..]) in test_wrapper_roundtrip()