OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashblob
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
test.c
23
BYTE
hashblob
[1000];
local
32
printf("[%s:%d] Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join,
hashblob
)\n", __FILE__, __LINE__);
33
Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join,
hashblob
); // hash TPM_COMMAND_CODE
34
printf("[%s:%d] Trspi_Hash(TSS_HASH_SHA1, offset,
hashblob
, digest.digest)\n",__FILE__, __LINE__);
35
Trspi_LoadBlob_BYTE(&offset, stage,
hashblob
); // hash stage
36
printf("[%s:%d] Trspi_LoadBlob_UINT32(&offset, 0,
hashblob
)\n",__FILE__, __LINE__);
38
Trspi_LoadBlob_UINT32(&offset, inputSize0,
hashblob
); // hash inputSize0
39
printf("[%s:%d] Trspi_LoadBlob_UINT32(&offset, 0,
hashblob
)\n",__FILE__, __LINE__);
40
Trspi_LoadBlob( &offset, inputSize0,
hashblob
, inputData0); // hash inputData0
42
Trspi_LoadBlob_UINT32(&offset, inputSize1,
hashblob
); // hash inputSize
[
all
...]
platform.c
57
BYTE
hashblob
[10000];
local
76
LogDebug("Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join,
hashblob
)");
78
Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join,
hashblob
);
79
LogDebug("Trspi_Hash(TSS_HASH_SHA1, offset,
hashblob
, digest.digest)");
81
Trspi_LoadBlob_BYTE(&offset, stage,
hashblob
);
82
LogDebug("Trspi_LoadBlob_UINT32(&offset, 0,
hashblob
)");
84
Trspi_LoadBlob_UINT32(&offset, inputSize0,
hashblob
);
87
Trspi_LoadBlob( &offset, inputSize0,
hashblob
, inputData0);
89
Trspi_LoadBlob_UINT32(&offset, inputSize1,
hashblob
);
92
Trspi_LoadBlob( &offset, inputSize1,
hashblob
, inputData1)
150
BYTE
hashblob
[1000];
local
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_aik.c
45
BYTE
hashblob
[USHRT_MAX], idReqBlob[USHRT_MAX], testblob[USHRT_MAX];
local
303
Trspi_LoadBlob_TSS_VERSION(&offset,
hashblob
, VERSION_1_1);
304
Trspi_LoadBlob_UINT32(&offset, ulIdentityLabelLength,
hashblob
);
305
Trspi_LoadBlob_UINT32(&offset, pcIdentityBindingSize,
hashblob
);
306
Trspi_LoadBlob_UINT32(&offset, pcEndorsementCredentialSize,
hashblob
);
307
Trspi_LoadBlob_UINT32(&offset, pcPlatformCredentialSize,
hashblob
);
308
Trspi_LoadBlob_UINT32(&offset, pcConformanceCredentialSize,
hashblob
);
309
Trspi_LoadBlob(&offset, idPubSize,
hashblob
, idPub);
311
Trspi_LoadBlob(&offset, ulIdentityLabelLength,
hashblob
, rgbIdentityLabelData);
312
Trspi_LoadBlob(&offset, pcIdentityBindingSize,
hashblob
, prgbIdentityBinding)
[
all
...]
Completed in 20 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026