OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCRInfo
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_seal.c
39
BYTE *
PCRInfo
= NULL, *inData = NULL;
65
PCRInfo
= calloc(1, PCRInfoSize);
66
if (
PCRInfo
== NULL) {
71
if (getData(TCSD_PACKET_TYPE_PBYTE, i++,
PCRInfo
, PCRInfoSize, &data->comm)) {
72
free(
PCRInfo
);
78
free(
PCRInfo
);
86
free(
PCRInfo
);
92
free(
PCRInfo
);
102
free(
PCRInfo
);
110
PCRInfo
, inDataSize, inData, pAuth, &outDataSize, &outData)
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key.c
467
key->
PCRInfo
= NULL;
469
key->
PCRInfo
= malloc(key->PCRInfoSize);
470
if (key->
PCRInfo
== NULL) {
478
UnloadBlob(offset, key->PCRInfoSize, blob, key->
PCRInfo
);
482
free(key->
PCRInfo
);
483
key->
PCRInfo
= NULL;
502
free(key->
PCRInfo
);
503
key->
PCRInfo
= NULL;
529
LoadBlob(offset, key->PCRInfoSize, blob, key->
PCRInfo
);
585
free(key->
PCRInfo
);
[
all
...]
tcs_utils.c
436
certify->
PCRInfo
= (BYTE *)malloc(certify->PCRInfoSize);
437
if (certify->
PCRInfo
== NULL) {
445
UnloadBlob(offset, certify->PCRInfoSize, blob, certify->
PCRInfo
);
447
certify->
PCRInfo
= NULL;
tcs_key_mem_cache.c
361
entry->blob->
PCRInfo
= (BYTE *)malloc(key_blob->PCRInfoSize);
362
if (entry->blob->
PCRInfo
== NULL) {
370
memcpy(entry->blob->
PCRInfo
, key_blob->
PCRInfo
, key_blob->PCRInfoSize);
379
free(entry->blob->
PCRInfo
);
/src/crypto/external/cpl/trousers/dist/src/include/
trousers_types.h
115
BYTE *
PCRInfo
;
/src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_key.c
39
free(key->
PCRInfo
);
40
key->
PCRInfo
= NULL;
obj_rsakey.c
1499
if (rsakey->key.PCRInfoSize && rsakey->key.
PCRInfo
) {
1502
if ((result = Trspi_UnloadBlob_PCR_INFO_LONG(&offset, rsakey->key.
PCRInfo
,
1503
&rsakey->
pcrInfo
.infolong)))
1506
if ((result = Trspi_UnloadBlob_PCR_INFO(&offset, rsakey->key.
PCRInfo
,
1507
&rsakey->
pcrInfo
.info11)))
1545
digest = &rsakey->
pcrInfo
.info11.digestAtCreation;
1547
digest = &rsakey->
pcrInfo
.info11.digestAtRelease;
1555
digest = &rsakey->
pcrInfo
.infolong.digestAtCreation;
1557
digest = &rsakey->
pcrInfo
.infolong.digestAtRelease;
1600
*locality = rsakey->
pcrInfo
.infolong.localityAtCreation
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c
417
Trspi_LoadBlob(offset, key->PCRInfoSize, blob, key->
PCRInfo
);
432
Trspi_LoadBlob(offset, key->PCRInfoSize, blob, key->
PCRInfo
);
571
key->
PCRInfo
= malloc(key->PCRInfoSize);
572
if (key->
PCRInfo
== NULL) {
576
Trspi_UnloadBlob(offset, key->PCRInfoSize, blob, key->
PCRInfo
);
578
key->
PCRInfo
= NULL;
630
key->
PCRInfo
= malloc(key->PCRInfoSize);
631
if (key->
PCRInfo
== NULL) {
635
Trspi_UnloadBlob(offset, key->PCRInfoSize, blob, key->
PCRInfo
);
637
key->
PCRInfo
= NULL
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tpm.h
863
BYTE *
PCRInfo
;
880
BYTE *
PCRInfo
;
928
BYTE *
PCRInfo
;
945
BYTE *
PCRInfo
;
987
TPM_PCR_INFO_SHORT
pcrInfo
;
1377
TPM_PCR_INFO_SHORT
pcrInfo
;
Completed in 58 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026