Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c656 size_t nkey, niv = 0, nciphertext = 0, nplaintext = 0; in test_cipher() local
666 nciphertext = unhex_string(data->ciphertext, &ciphertext); in test_cipher()
672 g_assert(nciphertext == nplaintext); in test_cipher()
674 outtext = g_new0(uint8_t, nciphertext); in test_cipher()
713 outtexthex = hex_string(outtext, nciphertext); in test_cipher()