OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcrAllocated
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
PCR.c
216
for(gp.
pcrAllocated
.count = 0; gp.
pcrAllocated
.count < HASH_COUNT;
217
gp.
pcrAllocated
.count++)
219
gp.
pcrAllocated
.pcrSelections[gp.
pcrAllocated
.count].hash
220
= CryptGetHashAlgByIndex(gp.
pcrAllocated
.count);
221
gp.
pcrAllocated
.pcrSelections[gp.
pcrAllocated
.count].sizeofSelect
224
gp.
pcrAllocated
.pcrSelections[gp.
pcrAllocated
.count].pcrSelect[i
[
all
...]
Global.h
723
TPML_PCR_SELECTION
pcrAllocated
;
[
all
...]
NV.c
509
s_reservedSize[NV_PCR_ALLOCATED] = sizeof(gp.
pcrAllocated
);
642
NvReadReserved(NV_PCR_ALLOCATED, &gp.
pcrAllocated
);
[
all
...]
Completed in 266 milliseconds