Home
last modified time | relevance | path

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

/qemu/include/crypto/
H A Dcipher.h234 int qcrypto_cipher_setiv(QCryptoCipher *cipher,
/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()
/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()
/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c57 g_assert(qcrypto_cipher_setiv(cipher, in test_cipher_speed()
/qemu/backends/
H A Dcryptodev-builtin.c463 ret = qcrypto_cipher_setiv(sess->cipher, op_info->iv, in cryptodev_builtin_sym_operation()
/qemu/hw/vmapple/
H A Daes.c336 if (qcrypto_cipher_setiv(cipher, (void *)s->iv[ctxt_iv].iv, in cmd_data()