Home
last modified time | relevance | path

Searched defs:QCryptoAkCipherTestData (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c672 typedef struct QCryptoAkCipherTestData QCryptoAkCipherTestData; typedef
673 struct QCryptoAkCipherTestData { struct
674 const char *path;
675 QCryptoAkCipherOptions opt;
677 const uint8_t *priv_key;
678 size_t priv_key_len;
679 const uint8_t *pub_key;
680 size_t pub_key_len;
682 const uint8_t *plaintext;
683 size_t plen;
[all …]