Home
last modified time | relevance | path

Searched refs:nplaintext (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
669 nplaintext = unhex_string(data->plaintext, &plaintext); in test_cipher()
672 g_assert(nciphertext == nplaintext); in test_cipher()
710 nplaintext, in test_cipher()
727 nplaintext, in test_cipher()
730 outtexthex = hex_string(outtext, nplaintext); in test_cipher()