Searched refs:qcrypto_akcipher_verify (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-akcipher.c | 927 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 D | akcipher.h | 135 int qcrypto_akcipher_verify(QCryptoAkCipher *akcipher,
|
/openbmc/qemu/crypto/ |
H A D | akcipher.c | 76 int qcrypto_akcipher_verify(QCryptoAkCipher *akcipher, in qcrypto_akcipher_verify() function
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-akcipher.c | 77 g_assert(qcrypto_akcipher_verify(rsa, signature, key_size / BYTE, in test_rsa_speed()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-builtin.c | 513 ret = qcrypto_akcipher_verify(sess->akcipher, in cryptodev_builtin_asym_operation()
|
H A D | cryptodev-lkcf.c | 398 ret = qcrypto_akcipher_verify(akcipher, in cryptodev_lkcf_execute_task()
|