Searched refs:qcrypto_cipher_encrypt (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 707 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 D | cipher.h | 190 int qcrypto_cipher_encrypt(QCryptoCipher *cipher,
|
/openbmc/qemu/crypto/ |
H A D | ivgen-essiv.c | 86 if (qcrypto_cipher_encrypt(essiv->cipher, in qcrypto_ivgen_essiv_calculate()
|
H A D | block.c | 454 qcrypto_cipher_encrypt, errp); in qcrypto_block_cipher_encrypt_helper() 494 len, qcrypto_cipher_encrypt, errp); in qcrypto_block_encrypt_helper()
|
H A D | cipher.c | 176 int qcrypto_cipher_encrypt(QCryptoCipher *cipher, in qcrypto_cipher_encrypt() function
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 64 g_assert(qcrypto_cipher_encrypt(cipher, in test_cipher_speed()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-builtin.c | 471 ret = qcrypto_cipher_encrypt(sess->cipher, op_info->src, in cryptodev_builtin_sym_operation()
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 2797 if (qcrypto_cipher_encrypt(cipher, in protocol_client_auth_vnc()
|