Home
last modified time | relevance | path

Searched refs:maxPCR (Results 1 – 16 of 16) sorted by relevance

/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_PCR_Allocate.c57 UINT32 *maxPCR, in Tss2_Sys_PCR_Allocate_Complete() argument
81 maxPCR); in Tss2_Sys_PCR_Allocate_Complete()
104 UINT32 *maxPCR, in Tss2_Sys_PCR_Allocate() argument
123 return Tss2_Sys_PCR_Allocate_Complete(sysContext, allocationSuccess, maxPCR, in Tss2_Sys_PCR_Allocate()
/external/tpm2-tss/src/tss2-esys/api/
DEsys_PCR_Allocate.c82 UINT32 *maxPCR, in Esys_PCR_Allocate() argument
103 r = Esys_PCR_Allocate_Finish(esysContext, allocationSuccess, maxPCR, in Esys_PCR_Allocate()
267 UINT32 *maxPCR, in Esys_PCR_Allocate_Finish() argument
274 esysContext, allocationSuccess, maxPCR, in Esys_PCR_Allocate_Finish()
343 maxPCR, sizeNeeded, sizeAvailable); in Esys_PCR_Allocate_Finish()
/external/tpm2-tss/test/integration/
Desys-pcr-basic.int.c123 UINT32 maxPCR; in test_esys_pcr_basic() local
141 &maxPCR, in test_esys_pcr_basic()
161 &maxPCR, in test_esys_pcr_basic()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DPCR_Allocate_fp.h54 UINT32 maxPCR; member
DPCR_fp.h251 UINT32 *maxPCR, // OUT: Maximum number of PCR
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/
DPCR_Allocate.c67 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR, in TPM2_PCR_Allocate()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c879 UINT32 *maxPCR, // OUT: Maximum number of PCR in PCRAllocate() argument
919 *maxPCR = sizeof(s_initAttributes) / sizeof(PCR_Attributes); in PCRAllocate()
920 if(*maxPCR > IMPLEMENTATION_PCR) in PCRAllocate()
921 *maxPCR = IMPLEMENTATION_PCR; in PCRAllocate()
/external/tpm2-tss/include/tss2/
Dtss2_sys.h1099 UINT32 *maxPCR,
1109 UINT32 *maxPCR,
Dtss2_esys.h1629 UINT32 *maxPCR,
1646 UINT32 *maxPCR,
/external/tpm2-tss/test/unit/
Desys-sequence-finish.c993 UINT32 maxPCR; in check_PCR_Allocate() local
1000 &maxPCR, &sizeNeeded, &sizeAvailable); in check_PCR_Allocate()
Desys-tcti-rcs.c1426 UINT32 maxPCR; in test_PCR_Allocate() local
1436 &maxPCR, &sizeNeeded, &sizeAvailable); in test_PCR_Allocate()
Desys-tpm-rcs.c1406 UINT32 maxPCR; in test_PCR_Allocate() local
1416 &maxPCR, &sizeNeeded, &sizeAvailable); in test_PCR_Allocate()
Desys-resubmissions.c1525 UINT32 maxPCR; in test_PCR_Allocate() local
1535 &maxPCR, &sizeNeeded, &sizeAvailable); in test_PCR_Allocate()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1144 *respParmSize += UINT32_Marshal(&out->maxPCR,
DCommandDispatchData.h2530 (UINT16)(offsetof(PCR_Allocate_Out, maxPCR)),
/external/tpm2-tss/doc/
Ddoxygen.dox578 …ML_PCR_SELECTION *pcrAllocation, TPMI_YES_NO *allocationSuccess, UINT32 *maxPCR, UINT32 *sizeNeede…
579 …inish(ESYS_CONTEXT *esysContext, TPMI_YES_NO *allocationSuccess, UINT32 *maxPCR, UINT32 *sizeNeede…