tpm2: Rename OIDS.h to OIDs.h

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2019-11-16 21:56:02 -05:00 committed by Stefan Berger
parent 6847901cfa
commit 5148fe63d3
8 changed files with 7 additions and 7 deletions

View File

@ -398,7 +398,7 @@ noinst_HEADERS += \
tpm2/NV_UndefineSpaceSpecial_fp.h \
tpm2/NV_Write_fp.h \
tpm2/NV_WriteLock_fp.h \
tpm2/OIDS.h \
tpm2/OIDs.h \
tpm2/ObjectChangeAuth_fp.h \
tpm2/Object_fp.h \
tpm2/Object_spt_fp.h \

View File

@ -61,7 +61,7 @@
/* 10.2.8 CryptEccData.c */
#include "Tpm.h"
#include "OIDS.h"
#include "OIDs.h"
/* This file contains the ECC curve data. The format of the data depends on the setting of
USE_BN_ECC_DATA. If it is defined, then the TPM's BigNum() format is used. Otherwise, it is kept
in TPM2B format. The purpose of having the data in BigNum() format is so that it does not have to

View File

@ -77,5 +77,5 @@
#define GLOBAL_C
#include "Tpm.h"
#include "OIDS.h"
#include "OIDs.h"
#include "X509.h" /* kgold added */

View File

@ -63,7 +63,7 @@
/* 10.2.23.1 Includes */
#include "Tpm.h"
#define _OIDS_
#include "OIDS.h"
#include "OIDs.h"
#include "TpmAsn1.h"
#include "TpmAsn1_fp.h"
/* 10.2.23.2 Unmarshaling Functions */

View File

@ -66,7 +66,7 @@
#define _TPMASN1_H_
// 10.1.15.2 Includes
#include "Tpm.h"
#include "OIDS.h"
#include "OIDs.h"
// 10.1.15.3 Defined Constants
// 10.1.15.3.1 ASN.1 Universal Types (Class 00b
#define ASN1_EOC 0x00

View File

@ -63,7 +63,7 @@
/* 10.2.24.1 Includes */
#include "Tpm.h"
#include "X509.h"
#include "OIDS.h"
#include "OIDs.h"
#include "TpmAsn1_fp.h"
#include "X509_spt_fp.h"
#include "CryptHash_fp.h"

View File

@ -67,7 +67,7 @@
#include "Tpm.h"
#include "CryptHash_fp.h"
#include "CryptHash.h"
#include "OIDS.h"
#include "OIDs.h"
#define HASH_TABLE_SIZE (HASH_COUNT + 1)
#if ALG_SHA1
HASH_DEF_TEMPLATE(SHA1, Sha1);