Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c353 u32 max_data_queues = 0, max_cipher_key_len = 0; in virtcrypto_probe() local
395 max_cipher_key_len, &max_cipher_key_len); in virtcrypto_probe()
433 vcrypto->max_cipher_key_len = max_cipher_key_len; in virtcrypto_probe()
448 vcrypto->max_cipher_key_len, in virtcrypto_probe()
H A Dvirtio_crypto_common.h68 u32 max_cipher_key_len; member
H A Dvirtio_crypto_skcipher_algs.c257 if (keylen > vcrypto->max_cipher_key_len) { in virtio_crypto_alg_skcipher_init_sessions()
/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()
1155 stl_le_p(&crypto_cfg.max_cipher_key_len, c->conf.max_cipher_key_len); in virtio_crypto_get_config()
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h244 uint32_t max_cipher_key_len; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h518 __le32 max_cipher_key_len; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h518 uint32_t max_cipher_key_len; member
/openbmc/qemu/backends/
H A Dcryptodev-vhost-user.c231 backend->conf.max_cipher_key_len = VHOST_USER_MAX_CIPHER_KEY_LEN; in cryptodev_vhost_user_init()
H A Dcryptodev-builtin.c107 backend->conf.max_cipher_key_len = CRYPTODEV_BUITLIN_MAX_CIPHER_KEY_LEN; in cryptodev_builtin_init()