Home
last modified time | relevance | path

Searched refs:qcrypto_cipher_new (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c663 cipher = qcrypto_cipher_new( in test_cipher()
740 cipher = qcrypto_cipher_new( in test_cipher_null_iv()
769 cipher = qcrypto_cipher_new( in test_cipher_short_plaintext()
/openbmc/qemu/include/crypto/
H A Dcipher.h159 QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgorithm alg,
/openbmc/qemu/crypto/
H A Divgen-essiv.c55 essiv->cipher = qcrypto_cipher_new(ivgen->cipher, in qcrypto_ivgen_essiv_init()
H A Dcipher.c145 QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgorithm alg, in qcrypto_cipher_new() function
H A Dsecret_common.c74 aes = qcrypto_cipher_new(QCRYPTO_CIPHER_ALG_AES_256, in qcrypto_secret_decrypt()
H A Dblock.c275 block->ciphers[i] = qcrypto_cipher_new(alg, mode, key, nkey, errp); in qcrypto_block_init_cipher()
H A Dblock-luks.c774 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
924 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key()
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c52 cipher = qcrypto_cipher_new(alg, mode, in test_cipher_speed()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c289 cipher = qcrypto_cipher_new(algo, mode, in cryptodev_builtin_create_cipher_session()
/openbmc/qemu/ui/
H A Dvnc.c2780 cipher = qcrypto_cipher_new( in protocol_client_auth_vnc()