Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dakcipher.h115 int qcrypto_akcipher_sign(QCryptoAkCipher *akcipher,
/openbmc/qemu/crypto/
H A Dakcipher.c67 int qcrypto_akcipher_sign(QCryptoAkCipher *akcipher, in qcrypto_akcipher_sign() function
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-akcipher.c60 g_assert(qcrypto_akcipher_sign(rsa, dgst, SHA1_DGST_LEN, in test_rsa_speed()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c920 g_assert(qcrypto_akcipher_sign(priv_key, data->dgst, data->dlen, in test_akcipher()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c507 ret = qcrypto_akcipher_sign(sess->akcipher, in cryptodev_builtin_asym_operation()
H A Dcryptodev-lkcf.c386 ret = qcrypto_akcipher_sign(akcipher, in cryptodev_lkcf_execute_task()