Home
last modified time | relevance | path

Searched refs:akcipher_algo (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/virtio/
H A Dvirtio-crypto.h53 uint32_t akcipher_algo; member
/qemu/include/sysemu/
H A Dcryptodev.h242 uint32_t akcipher_algo; member
/qemu/hw/virtio/
H A Dvirtio-crypto.c1044 vcrypto->conf.akcipher_algo = vcrypto->conf.cryptodev->conf.akcipher_algo; in virtio_crypto_init_config()
1158 stl_le_p(&crypto_cfg.akcipher_algo, c->conf.akcipher_algo); in virtio_crypto_get_config()
/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h521 uint32_t akcipher_algo; member
/qemu/backends/
H A Dcryptodev-builtin.c72 backend->conf.akcipher_algo = 1u << VIRTIO_CRYPTO_AKCIPHER_RSA; in cryptodev_builtin_init_akcipher()
H A Dcryptodev-lkcf.c234 backend->conf.akcipher_algo = 1u << VIRTIO_CRYPTO_AKCIPHER_RSA; in cryptodev_lkcf_init()