Searched refs:max_cipher_key_len (Results 1 – 6 of 6) sorted by relevance
56 uint32_t max_cipher_key_len; member
87 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()
244 uint32_t max_cipher_key_len; member
518 uint32_t max_cipher_key_len; member
231 backend->conf.max_cipher_key_len = VHOST_USER_MAX_CIPHER_KEY_LEN; in cryptodev_vhost_user_init()
107 backend->conf.max_cipher_key_len = CRYPTODEV_BUITLIN_MAX_CIPHER_KEY_LEN; in cryptodev_builtin_init()
Completed in 19 milliseconds