mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
qemu: domain: Fix name of macro defining AES IV length
The initialization vector is a technical term by itself different from the key.
This commit is contained in:
parent
677b94f487
commit
2a1a9808b1
@ -254,8 +254,8 @@ struct _qemuDomainSecretPlain {
|
||||
char *secret;
|
||||
};
|
||||
|
||||
# define QEMU_DOMAIN_AES_IV_KEY_LEN 16 /* 16 bytes for 128 bit random */
|
||||
/* initialization vector */
|
||||
# define QEMU_DOMAIN_AES_IV_LEN 16 /* 16 bytes for 128 bit random */
|
||||
/* initialization vector */
|
||||
typedef struct _qemuDomainSecretAES qemuDomainSecretAES;
|
||||
typedef struct _qemuDomainSecretAES *qemuDomainSecretAESPtr;
|
||||
struct _qemuDomainSecretAES {
|
||||
|
Loading…
x
Reference in New Issue
Block a user