Home
last modified time | relevance | path

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

/qemu/include/crypto/
H A Dcipher.h212 int qcrypto_cipher_decrypt(QCryptoCipher *cipher,
/qemu/crypto/
H A Dblock.c439 qcrypto_cipher_decrypt, errp); in qcrypto_block_cipher_decrypt_helper()
472 len, qcrypto_cipher_decrypt, errp); in qcrypto_block_decrypt_helper()
H A Dcipher.c187 int qcrypto_cipher_decrypt(QCryptoCipher *cipher, in qcrypto_cipher_decrypt() function
H A Dsecret_common.c99 if (qcrypto_cipher_decrypt(aes, in qcrypto_secret_decrypt()
/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c81 g_assert(qcrypto_cipher_decrypt(cipher, in test_cipher_speed()
/qemu/tests/unit/
H A Dtest-crypto-cipher.c724 g_assert(qcrypto_cipher_decrypt(cipher, in test_cipher()
/qemu/backends/
H A Dcryptodev-builtin.c477 ret = qcrypto_cipher_decrypt(sess->cipher, op_info->src, in cryptodev_builtin_sym_operation()
/qemu/hw/vmapple/
H A Daes.c348 if (qcrypto_cipher_decrypt(cipher, src->data, dst->data, len, NULL) != 0) { in cmd_data()