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.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()
/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 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
/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.c471 ret = qcrypto_cipher_encrypt(sess->cipher, op_info->src, in cryptodev_builtin_sym_operation()
/openbmc/qemu/ui/
H A Dvnc.c2797 if (qcrypto_cipher_encrypt(cipher, in protocol_client_auth_vnc()