Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c356 u32 cipher_algo_l = 0; in virtcrypto_probe() local
403 cipher_algo_l, &cipher_algo_l); in virtcrypto_probe()
437 vcrypto->cipher_algo_l = cipher_algo_l; in virtcrypto_probe()
H A Dvirtio_crypto_common.h59 u32 cipher_algo_l; member
H A Dvirtio_crypto_mgr.c303 algo_mask = vcrypto->cipher_algo_l; in virtcrypto_algo_is_supported()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h47 uint32_t cipher_algo_l; member
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h236 uint32_t cipher_algo_l; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c1036 vcrypto->conf.cipher_algo_l = in virtio_crypto_init_config()
1037 vcrypto->conf.cryptodev->conf.cipher_algo_l; in virtio_crypto_init_config()
1149 stl_le_p(&crypto_cfg.cipher_algo_l, c->conf.cipher_algo_l); in virtio_crypto_get_config()
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h511 __le32 cipher_algo_l; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h511 uint32_t cipher_algo_l; member
/openbmc/qemu/backends/
H A Dcryptodev-vhost-user.c227 backend->conf.cipher_algo_l = 1u << VIRTIO_CRYPTO_CIPHER_AES_CBC; in cryptodev_vhost_user_init()
H A Dcryptodev-builtin.c99 backend->conf.cipher_algo_l = 1u << VIRTIO_CRYPTO_CIPHER_AES_CBC; in cryptodev_builtin_init()