mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-19 18:56:55 +00:00
tpm2: Enable ALG_CMAC
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
6b444ad3ff
commit
097f9fcc1d
@ -253,7 +253,7 @@
|
||||
#define ALG_CAMELLIA ALG_NO /* Not specified by vendor */
|
||||
#define ALG_CBC ALG_YES
|
||||
#define ALG_CFB ALG_YES
|
||||
#define ALG_CMAC ALG_NO
|
||||
#define ALG_CMAC ALG_YES
|
||||
#define ALG_CTR ALG_YES
|
||||
#define ALG_ECB ALG_YES
|
||||
#define ALG_ECC ALG_YES
|
||||
|
||||
@ -3505,7 +3505,7 @@ static const struct _entry {
|
||||
{ COMPILE_CONSTANT(ALG_KDF1_SP800_56A, EQ) },
|
||||
{ COMPILE_CONSTANT(ALG_KDF2, LE) },
|
||||
{ COMPILE_CONSTANT(ALG_KDF1_SP800_108, EQ) },
|
||||
{ COMPILE_CONSTANT(ALG_CMAC, EQ) },
|
||||
{ COMPILE_CONSTANT(ALG_CMAC, LE) },
|
||||
{ COMPILE_CONSTANT(ALG_CTR, EQ) },
|
||||
{ COMPILE_CONSTANT(ALG_OFB, EQ) },
|
||||
{ COMPILE_CONSTANT(ALG_CBC, EQ) },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user