Home
last modified time | relevance | path

Searched refs:outtexthex (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c657 char *outtexthex = NULL; in test_cipher() local
713 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()