mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-27 03:06:28 +00:00
tpm2: Rename OIDS.h to OIDs.h
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
6847901cfa
commit
5148fe63d3
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
@ -77,5 +77,5 @@
|
||||
|
||||
#define GLOBAL_C
|
||||
#include "Tpm.h"
|
||||
#include "OIDS.h"
|
||||
#include "OIDs.h"
|
||||
#include "X509.h" /* kgold added */
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user