Searched refs:qcrypto_cipher_decrypt (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/crypto/ |
H A D | cipher.h | 212 int qcrypto_cipher_decrypt(QCryptoCipher *cipher,
|
/openbmc/qemu/crypto/ |
H A D | block.c | 439 qcrypto_cipher_decrypt, errp); in qcrypto_block_cipher_decrypt_helper() 472 len, qcrypto_cipher_decrypt, errp); in qcrypto_block_decrypt_helper()
|
H A D | cipher.c | 187 int qcrypto_cipher_decrypt(QCryptoCipher *cipher, in qcrypto_cipher_decrypt() function
|
H A D | secret_common.c | 99 if (qcrypto_cipher_decrypt(aes, in qcrypto_secret_decrypt()
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 81 g_assert(qcrypto_cipher_decrypt(cipher, in test_cipher_speed()
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 724 g_assert(qcrypto_cipher_decrypt(cipher, in test_cipher()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-builtin.c | 477 ret = qcrypto_cipher_decrypt(sess->cipher, op_info->src, in cryptodev_builtin_sym_operation()
|