Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c661 typedef struct QCryptoRSAKeyTestData QCryptoRSAKeyTestData; typedef
662 struct QCryptoRSAKeyTestData { struct
663 const char *path;
664 QCryptoAkCipherKeyType key_type;
665 QCryptoAkCipherOptions opt;
666 const uint8_t *key;
667 size_t keylen;
668 bool is_valid_key;
692 static QCryptoRSAKeyTestData rsakey_test_data[] = { argument