Home
last modified time | relevance | path

Searched refs:qcrypto_cipher_free (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/crypto/
H A Dcipher.h171 void qcrypto_cipher_free(QCryptoCipher *cipher);
173 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoCipher, qcrypto_cipher_free)
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c741 qcrypto_cipher_free(cipher); in test_cipher()
767 qcrypto_cipher_free(cipher); in test_cipher_null_iv()
810 qcrypto_cipher_free(cipher); in test_cipher_short_plaintext()
/openbmc/qemu/crypto/
H A Divgen-essiv.c110 qcrypto_cipher_free(essiv->cipher); in qcrypto_ivgen_essiv_cleanup()
H A Dcipher.c207 void qcrypto_cipher_free(QCryptoCipher *cipher) in qcrypto_cipher_free() function
H A Dblock.c317 qcrypto_cipher_free(block->free_ciphers[i]); in qcrypto_block_free_cipher()
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c95 qcrypto_cipher_free(cipher); in test_cipher_speed()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c437 qcrypto_cipher_free(session->cipher); in cryptodev_builtin_close_session()
/openbmc/qemu/ui/
H A Dvnc.c2820 qcrypto_cipher_free(cipher); in protocol_client_auth_vnc()
2825 qcrypto_cipher_free(cipher); in protocol_client_auth_vnc()