Home
last modified time | relevance | path

Searched refs:pinCount (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h462 UINT32 pinCount; member
469 UINT32 pinCount; member
DTpmTypes.h2258 UINT32 pinCount; member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c388 if(pin.pin.pinCount < pin.pin.pinLimit) in IsAuthValueAvailable()
1469 pinData.pin.pinCount++; in CheckAuthSession()
1471 pinData.pin.pinCount = 0; in CheckAuthSession()
1485 pinData.pin.pinCount++; in CheckAuthSession()
/external/tpm2-tss/src/tss2-mu/
Dtpms-types.c1140 pinCount, VAL, Tss2_MU_UINT32_Marshal,
1144 pinCount, Tss2_MU_UINT32_Unmarshal,
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h1673 …UINT32 pinCount; /* This counter shows the current number of successful authValue authorization at… member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c1181 (UINT16)(offsetof(TPMS_NV_PIN_COUNTER_PARAMETERS, pinCount)),
DMarshal.c5331 result = UINT32_Unmarshal((UINT32 *)&(target->pinCount), buffer, size); in TPMS_NV_PIN_COUNTER_PARAMETERS_Unmarshal()
5340 result = (UINT16)(result + UINT32_Marshal((UINT32 *)&(source->pinCount), buffer, size)); in TPMS_NV_PIN_COUNTER_PARAMETERS_Marshal()