Searched refs:outtexthex (Results 1 – 1 of 1) sorted by relevance
657 char *outtexthex = NULL; in test_cipher() local713 outtexthex = hex_string(outtext, nciphertext); in test_cipher()715 g_assert_cmpstr(outtexthex, ==, data->ciphertext); in test_cipher()717 g_free(outtexthex); in test_cipher()730 outtexthex = hex_string(outtext, nplaintext); in test_cipher()732 g_assert_cmpstr(outtexthex, ==, data->plaintext); in test_cipher()736 g_free(outtexthex); in test_cipher()