Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h58 uint32_t max_auth_key_len; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c158 if (sym_info->auth_key_len > vcrypto->conf.max_auth_key_len) { in virtio_crypto_create_sym_session()
1054 vcrypto->conf.max_auth_key_len = in virtio_crypto_init_config()
1055 vcrypto->conf.cryptodev->conf.max_auth_key_len; in virtio_crypto_init_config()
1162 stl_le_p(&crypto_cfg.max_auth_key_len, c->conf.max_auth_key_len); in virtio_crypto_get_config()
/openbmc/qemu/include/system/
H A Dcryptodev.h246 uint32_t max_auth_key_len; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h521 uint32_t max_auth_key_len; member
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c105 backend->conf.max_auth_key_len = CRYPTODEV_BUITLIN_MAX_AUTH_KEY_LEN; in cryptodev_builtin_init()