Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c695 g_assert(qcrypto_cipher_encrypt(cipher, in test_cipher()
749 qcrypto_cipher_encrypt(cipher, in test_cipher_null_iv()
779 ret = qcrypto_cipher_encrypt(cipher, in test_cipher_short_plaintext()
790 ret = qcrypto_cipher_encrypt(cipher, in test_cipher_short_plaintext()
/openbmc/qemu/include/crypto/
H A Dcipher.h190 int qcrypto_cipher_encrypt(QCryptoCipher *cipher,
/openbmc/qemu/crypto/
H A Divgen-essiv.c86 if (qcrypto_cipher_encrypt(essiv->cipher, in qcrypto_ivgen_essiv_calculate()
H A Dcipher.c170 int qcrypto_cipher_encrypt(QCryptoCipher *cipher, in qcrypto_cipher_encrypt() function
H A Dblock.c436 qcrypto_cipher_encrypt, errp); in qcrypto_block_cipher_encrypt_helper()
470 len, qcrypto_cipher_encrypt, errp); in qcrypto_block_encrypt_helper()
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c64 g_assert(qcrypto_cipher_encrypt(cipher, in test_cipher_speed()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c468 ret = qcrypto_cipher_encrypt(sess->cipher, op_info->src, in cryptodev_builtin_sym_operation()
/openbmc/qemu/ui/
H A Dvnc.c2792 if (qcrypto_cipher_encrypt(cipher, in protocol_client_auth_vnc()