Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-crypto-cipher.c707 g_assert(qcrypto_cipher_encrypt(cipher, in test_cipher()
761 qcrypto_cipher_encrypt(cipher, in test_cipher_null_iv()
791 ret = qcrypto_cipher_encrypt(cipher, in test_cipher_short_plaintext()
802 ret = qcrypto_cipher_encrypt(cipher, in test_cipher_short_plaintext()
/qemu/include/crypto/
H A Dcipher.h190 int qcrypto_cipher_encrypt(QCryptoCipher *cipher,
/qemu/crypto/
H A Divgen-essiv.c86 if (qcrypto_cipher_encrypt(essiv->cipher, in qcrypto_ivgen_essiv_calculate()
H A Dblock.c454 qcrypto_cipher_encrypt, errp); in qcrypto_block_cipher_encrypt_helper()
494 len, qcrypto_cipher_encrypt, errp); in qcrypto_block_encrypt_helper()
H A Dcipher.c176 int qcrypto_cipher_encrypt(QCryptoCipher *cipher, in qcrypto_cipher_encrypt() function
/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c64 g_assert(qcrypto_cipher_encrypt(cipher, in test_cipher_speed()
/qemu/backends/
H A Dcryptodev-builtin.c471 ret = qcrypto_cipher_encrypt(sess->cipher, op_info->src, in cryptodev_builtin_sym_operation()
/qemu/hw/vmapple/
H A Daes.c343 if (qcrypto_cipher_encrypt(cipher, src->data, dst->data, len, NULL) != 0) { in cmd_data()
/qemu/ui/
H A Dvnc.c2796 if (qcrypto_cipher_encrypt(cipher, in protocol_client_auth_vnc()