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