Lines Matching refs:plaintext
33 const char *plaintext; member
49 .plaintext =
66 .plaintext =
85 .plaintext =
103 .plaintext =
121 .plaintext =
141 .plaintext =
162 .plaintext = "70617373776f7264",
172 .plaintext = "70617373776f7264",
180 .plaintext =
201 .plaintext =
228 .plaintext =
243 .plaintext =
314 .plaintext = "0123456789abcdef",
323 .plaintext = "d29d576fcea3a3a7ed9099f29273d78e",
333 .plaintext = "d29d576fceaba3a7ed9899f2927bd78e",
343 .plaintext = "d095576fcea3e3a7ed98d9f29073d78e",
353 .plaintext = "00000000010000000200000003000000",
362 .plaintext = "019f9809de1711858faac3a3ba20fbc3",
372 .plaintext = "39da69d6ba4997d585b6dc073ca341b2",
382 .plaintext = "90afe91bb288544f2c32dc239b2635e6",
392 .plaintext =
408 .plaintext =
425 .plaintext =
442 .plaintext =
459 .plaintext =
544 .plaintext =
562 .plaintext =
581 .plaintext =
655 *plaintext = NULL, *outtext = NULL; in test_cipher() local
668 if (data->plaintext) { in test_cipher()
669 nplaintext = unhex_string(data->plaintext, &plaintext); in test_cipher()
679 data->plaintext ? &error_abort : &err); in test_cipher()
680 if (data->plaintext) { in test_cipher()
708 plaintext, in test_cipher()
732 g_assert_cmpstr(outtexthex, ==, data->plaintext); in test_cipher()
740 g_free(plaintext); in test_cipher()
749 uint8_t plaintext[32] = { 0 }; in test_cipher_null_iv() local
762 plaintext, in test_cipher_null_iv()
764 sizeof(plaintext), in test_cipher_null_iv()