Home
last modified time | relevance | path

Searched refs:qcrypto_akcipher_free (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/crypto/
H A Dakcipher.h154 void qcrypto_akcipher_free(QCryptoAkCipher *akcipher);
177 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoAkCipher, qcrypto_akcipher_free)
/openbmc/qemu/crypto/
H A Dakcipher.c105 void qcrypto_akcipher_free(QCryptoAkCipher *akcipher) in qcrypto_akcipher_free() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c939 qcrypto_akcipher_free(pub_key); in test_akcipher()
940 qcrypto_akcipher_free(priv_key); in test_akcipher()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c439 qcrypto_akcipher_free(session->akcipher); in cryptodev_builtin_close_session()