Searched refs:nciphertext (Results 1 – 1 of 1) sorted by relevance
656 size_t nkey, niv = 0, nciphertext = 0, nplaintext = 0; in test_cipher() local666 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()