Home
last modified time | relevance | path

Searched refs:max_cipher_key_len (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h56 uint32_t max_cipher_key_len; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c87 if (info->key_len > vcrypto->conf.max_cipher_key_len) { in virtio_crypto_cipher_session_helper()
1045 vcrypto->conf.max_cipher_key_len = in virtio_crypto_init_config()
1046 vcrypto->conf.cryptodev->conf.max_cipher_key_len; in virtio_crypto_init_config()
1154 stl_le_p(&crypto_cfg.max_cipher_key_len, c->conf.max_cipher_key_len); in virtio_crypto_get_config()
/openbmc/qemu/include/system/
H A Dcryptodev.h244 uint32_t max_cipher_key_len; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h519 uint32_t max_cipher_key_len; member
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c107 backend->conf.max_cipher_key_len = CRYPTODEV_BUITLIN_MAX_CIPHER_KEY_LEN; in cryptodev_builtin_init()