Lines Matching refs:plaintext
682 const uint8_t *plaintext; member
798 .plaintext = test_plaintext,
819 .plaintext = test_plaintext,
843 .plaintext = test_plaintext,
864 .plaintext = test_plaintext,
879 g_autofree uint8_t *plaintext = NULL; in test_akcipher() local
898 if (data->plaintext != NULL) { in test_akcipher()
901 g_assert(qcrypto_akcipher_encrypt(pub_key, data->plaintext, data->plen, in test_akcipher()
910 plaintext = g_new0(uint8_t, data->clen); in test_akcipher()
912 data->clen, plaintext, in test_akcipher()
915 g_assert(!memcmp(plaintext, data->plaintext, data->plen)); in test_akcipher()