Searched refs:qcrypto_cipher_new (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 676 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 D | cipher.h | 159 QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgo alg,
|
/openbmc/qemu/crypto/ |
H A D | ivgen-essiv.c | 55 essiv->cipher = qcrypto_cipher_new(ivgen->cipher, in qcrypto_ivgen_essiv_init()
|
H A D | cipher.c | 151 QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgo alg, in qcrypto_cipher_new() function
|
H A D | secret_common.c | 74 aes = qcrypto_cipher_new(QCRYPTO_CIPHER_ALGO_AES_256, in qcrypto_secret_decrypt()
|
H A D | block.c | 247 return qcrypto_cipher_new(block->alg, block->mode, block->key, in qcrypto_block_pop_cipher()
|
H A D | block-luks.c | 789 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 D | benchmark-crypto-cipher.c | 52 cipher = qcrypto_cipher_new(alg, mode, in test_cipher_speed()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-builtin.c | 290 cipher = qcrypto_cipher_new(algo, mode, in cryptodev_builtin_create_cipher_session()
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 2785 cipher = qcrypto_cipher_new( in protocol_client_auth_vnc()
|