mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
cryptodev-vhost-user: set the key length
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
efbfeb8180
commit
0a9b9be9eb
2 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
#ifndef CRYPTODEV_VHOST_USER_H
|
||||
#define CRYPTODEV_VHOST_USER_H
|
||||
|
||||
#define VHOST_USER_MAX_AUTH_KEY_LEN 512
|
||||
#define VHOST_USER_MAX_CIPHER_KEY_LEN 64
|
||||
|
||||
|
||||
/**
|
||||
* cryptodev_vhost_user_get_vhost:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue