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