]> git.proxmox.com Git - libtpms.git/commit - src/tpm2/crypto/openssl/Helpers.c
rev164: Change AGL_XYZ_VALUE to equivalend TPM_ALG_XYZ
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 22 Feb 2021 23:47:24 +0000 (18:47 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 19 Mar 2021 19:59:52 +0000 (15:59 -0400)
commit9137a773d857596cf93c74ee885c4f0da1cc5e3e
treeca58c994ae616779ab841903b6797e041286a580
parent97d2df25106ffcff5b47775cf0e3dd16c6fe54e4
rev164: Change AGL_XYZ_VALUE to equivalend TPM_ALG_XYZ

$ grep -En "ALG_[A-Z]*_VALUE" src/tpm2/TpmTypes.h
71:#define     ALG_ERROR_VALUE             0x0000
72:#define TPM_ALG_ERROR                   (TPM_ALG_ID)(ALG_ERROR_VALUE)
73:#define     ALG_RSA_VALUE               0x0001
74:#define TPM_ALG_RSA                     (TPM_ALG_ID)(ALG_RSA_VALUE)
[...]

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
17 files changed:
src/tpm2/AlgorithmTests.c
src/tpm2/ContextCommands.c
src/tpm2/CryptEccData.c
src/tpm2/CryptUtil.c
src/tpm2/EncryptDecrypt_spt.c
src/tpm2/ObjectCommands.c
src/tpm2/SymmetricCommands.c
src/tpm2/SymmetricTest.h
src/tpm2/X509_ECC.c
src/tpm2/X509_RSA.c
src/tpm2/X509_spt.c
src/tpm2/crypto/openssl/CryptEccKeyExchange.c
src/tpm2/crypto/openssl/CryptEccSignature.c
src/tpm2/crypto/openssl/CryptRsa.c
src/tpm2/crypto/openssl/CryptSmac.c
src/tpm2/crypto/openssl/CryptSym.c
src/tpm2/crypto/openssl/Helpers.c