Searched refs:qcrypto_cipher_setiv (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/crypto/ |
H A D | cipher.h | 234 int qcrypto_cipher_setiv(QCryptoCipher *cipher,
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 703 g_assert(qcrypto_cipher_setiv(cipher, in test_cipher() 720 g_assert(qcrypto_cipher_setiv(cipher, in test_cipher()
|
/openbmc/qemu/crypto/ |
H A D | cipher.c | 198 int qcrypto_cipher_setiv(QCryptoCipher *cipher, in qcrypto_cipher_setiv() function
|
H A D | secret_common.c | 82 if (qcrypto_cipher_setiv(aes, iv, ivlen, errp) < 0) { in qcrypto_secret_decrypt()
|
H A D | block.c | 407 if (qcrypto_cipher_setiv(cipher, in do_qcrypto_block_cipher_encdec()
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 57 g_assert(qcrypto_cipher_setiv(cipher, in test_cipher_speed()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-builtin.c | 463 ret = qcrypto_cipher_setiv(sess->cipher, op_info->iv, in cryptodev_builtin_sym_operation()
|