Searched refs:pinCount (Results 1 – 7 of 7) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | Global.h | 462 UINT32 pinCount; member 469 UINT32 pinCount; member
|
D | TpmTypes.h | 2258 UINT32 pinCount; member
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 388 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/ |
D | tpms-types.c | 1140 pinCount, VAL, Tss2_MU_UINT32_Marshal, 1144 pinCount, Tss2_MU_UINT32_Unmarshal,
|
/external/tpm2-tss/include/tss2/ |
D | tss2_tpm2_types.h | 1673 …UINT32 pinCount; /* This counter shows the current number of successful authValue authorization at… member
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TableMarshalData.c | 1181 (UINT16)(offsetof(TPMS_NV_PIN_COUNTER_PARAMETERS, pinCount)),
|
D | Marshal.c | 5331 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()
|