Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dcipher.h234 int qcrypto_cipher_setiv(QCryptoCipher *cipher,
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c703 g_assert(qcrypto_cipher_setiv(cipher, in test_cipher()
720 g_assert(qcrypto_cipher_setiv(cipher, in test_cipher()
/openbmc/qemu/crypto/
H A Dcipher.c198 int qcrypto_cipher_setiv(QCryptoCipher *cipher, in qcrypto_cipher_setiv() function
H A Dsecret_common.c82 if (qcrypto_cipher_setiv(aes, iv, ivlen, errp) < 0) { in qcrypto_secret_decrypt()
H A Dblock.c407 if (qcrypto_cipher_setiv(cipher, in do_qcrypto_block_cipher_encdec()
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c57 g_assert(qcrypto_cipher_setiv(cipher, in test_cipher_speed()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c463 ret = qcrypto_cipher_setiv(sess->cipher, op_info->iv, in cryptodev_builtin_sym_operation()