Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c927 g_assert(qcrypto_akcipher_verify(pub_key, data->signature, data->slen, in test_akcipher()
930 g_assert(qcrypto_akcipher_verify(pub_key, signature, data->slen, in test_akcipher()
935 g_assert(qcrypto_akcipher_verify(pub_key, signature, data->slen, in test_akcipher()
/openbmc/qemu/include/crypto/
H A Dakcipher.h135 int qcrypto_akcipher_verify(QCryptoAkCipher *akcipher,
/openbmc/qemu/crypto/
H A Dakcipher.c76 int qcrypto_akcipher_verify(QCryptoAkCipher *akcipher, in qcrypto_akcipher_verify() function
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-akcipher.c77 g_assert(qcrypto_akcipher_verify(rsa, signature, key_size / BYTE, in test_rsa_speed()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c513 ret = qcrypto_akcipher_verify(sess->akcipher, in cryptodev_builtin_asym_operation()
H A Dcryptodev-lkcf.c398 ret = qcrypto_akcipher_verify(akcipher, in cryptodev_lkcf_execute_task()