Home
last modified time | relevance | path

Searched refs:QCryptoAkCipherRSAKey (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/crypto/
H A Drsakey.h28 typedef struct QCryptoAkCipherRSAKey QCryptoAkCipherRSAKey; typedef
41 struct QCryptoAkCipherRSAKey { struct
82 QCryptoAkCipherRSAKey *qcrypto_akcipher_rsakey_parse(
96 void qcrypto_akcipher_rsakey_free(QCryptoAkCipherRSAKey *key);
98 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoAkCipherRSAKey,
H A Drsakey-nettle.c.inc58 static QCryptoAkCipherRSAKey *qcrypto_nettle_rsa_private_key_parse(
61 QCryptoAkCipherRSAKey *rsa = g_new0(QCryptoAkCipherRSAKey, 1);
119 static QCryptoAkCipherRSAKey *qcrypto_nettle_rsa_public_key_parse(
123 QCryptoAkCipherRSAKey *rsa = g_new0(QCryptoAkCipherRSAKey, 1);
143 QCryptoAkCipherRSAKey *qcrypto_akcipher_rsakey_parse(
H A Drsakey-builtin.c.inc69 static QCryptoAkCipherRSAKey *qcrypto_builtin_rsa_public_key_parse(
72 QCryptoAkCipherRSAKey *rsa = g_new0(QCryptoAkCipherRSAKey, 1);
116 static QCryptoAkCipherRSAKey *qcrypto_builtin_rsa_private_key_parse(
119 QCryptoAkCipherRSAKey *rsa = g_new0(QCryptoAkCipherRSAKey, 1);
181 QCryptoAkCipherRSAKey *qcrypto_akcipher_rsakey_parse(
H A Drsakey.c26 void qcrypto_akcipher_rsakey_free(QCryptoAkCipherRSAKey *rsa_key) in qcrypto_akcipher_rsakey_free()
H A Dakcipher-nettle.c.inc89 g_autoptr(QCryptoAkCipherRSAKey) rsa_key = qcrypto_akcipher_rsakey_parse(
139 g_autoptr(QCryptoAkCipherRSAKey) rsa_key = qcrypto_akcipher_rsakey_parse(
H A Dakcipher-gcrypt.c.inc87 g_autoptr(QCryptoAkCipherRSAKey) rsa_key = qcrypto_akcipher_rsakey_parse(
180 g_autoptr(QCryptoAkCipherRSAKey) rsa_key = qcrypto_akcipher_rsakey_parse(