提交 2a1a9808 编写于 作者: P Peter Krempa

qemu: domain: Fix name of macro defining AES IV length

The initialization vector is a technical term by itself different from
the key.
上级 677b94f4
...@@ -254,8 +254,8 @@ struct _qemuDomainSecretPlain { ...@@ -254,8 +254,8 @@ struct _qemuDomainSecretPlain {
char *secret; char *secret;
}; };
# define QEMU_DOMAIN_AES_IV_KEY_LEN 16 /* 16 bytes for 128 bit random */ # define QEMU_DOMAIN_AES_IV_LEN 16 /* 16 bytes for 128 bit random */
/* initialization vector */ /* initialization vector */
typedef struct _qemuDomainSecretAES qemuDomainSecretAES; typedef struct _qemuDomainSecretAES qemuDomainSecretAES;
typedef struct _qemuDomainSecretAES *qemuDomainSecretAESPtr; typedef struct _qemuDomainSecretAES *qemuDomainSecretAESPtr;
struct _qemuDomainSecretAES { struct _qemuDomainSecretAES {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册