Home
last modified time | relevance | path

Searched refs:qcrypto_akcipher_decrypt (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/crypto/
H A Dakcipher.h95 int qcrypto_akcipher_decrypt(QCryptoAkCipher *akcipher,
/openbmc/qemu/crypto/
H A Dakcipher.c58 int qcrypto_akcipher_decrypt(QCryptoAkCipher *akcipher, in qcrypto_akcipher_decrypt() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c911 g_assert(qcrypto_akcipher_decrypt(priv_key, ciphertext, in test_akcipher()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c501 ret = qcrypto_akcipher_decrypt(sess->akcipher, in cryptodev_builtin_asym_operation()
H A Dcryptodev-lkcf.c374 ret = qcrypto_akcipher_decrypt(akcipher, in cryptodev_lkcf_execute_task()