Home
last modified time | relevance | path

Searched refs:qcrypto_cipher_decrypt (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/crypto/
H A Dcipher.h212 int qcrypto_cipher_decrypt(QCryptoCipher *cipher,
/openbmc/qemu/crypto/
H A Dcipher.c181 int qcrypto_cipher_decrypt(QCryptoCipher *cipher, in qcrypto_cipher_decrypt() function
H A Dblock.c421 qcrypto_cipher_decrypt, errp); in qcrypto_block_cipher_decrypt_helper()
451 len, qcrypto_cipher_decrypt, errp); in qcrypto_block_decrypt_helper()
H A Dsecret_common.c99 if (qcrypto_cipher_decrypt(aes, in qcrypto_secret_decrypt()
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c81 g_assert(qcrypto_cipher_decrypt(cipher, in test_cipher_speed()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c712 g_assert(qcrypto_cipher_decrypt(cipher, in test_cipher()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c474 ret = qcrypto_cipher_decrypt(sess->cipher, op_info->src, in cryptodev_builtin_sym_operation()