mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user