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.c676 cipher = qcrypto_cipher_new( in test_cipher()
752 cipher = qcrypto_cipher_new( in test_cipher_null_iv()
781 cipher = qcrypto_cipher_new( in test_cipher_short_plaintext()
/openbmc/qemu/include/crypto/
H A Dcipher.h159 QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgo alg,
/openbmc/qemu/crypto/
H A Divgen-essiv.c55 essiv->cipher = qcrypto_cipher_new(ivgen->cipher, in qcrypto_ivgen_essiv_init()
H A Dcipher.c151 QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgo alg, in qcrypto_cipher_new() function
H A Dsecret_common.c74 aes = qcrypto_cipher_new(QCRYPTO_CIPHER_ALGO_AES_256, in qcrypto_secret_decrypt()
H A Dblock.c247 return qcrypto_cipher_new(block->alg, block->mode, block->key, in qcrypto_block_pop_cipher()
H A Dblock-luks.c789 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key()
939 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.c290 cipher = qcrypto_cipher_new(algo, mode, in cryptodev_builtin_create_cipher_session()
/openbmc/qemu/ui/
H A Dvnc.c2785 cipher = qcrypto_cipher_new( in protocol_client_auth_vnc()