Home
last modified time | relevance | path

Searched refs:lockoutAlg (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DSetPrimaryPolicy.c88 gp.lockoutAlg = in->hashAlg; in TPM2_SetPrimaryPolicy()
90 NV_SYNC_PERSISTENT(lockoutAlg); in TPM2_SetPrimaryPolicy()
DClear.c82 gp.ownerAlg = gp.endorsementAlg = gp.lockoutAlg = TPM_ALG_NULL; in TPM2_Clear()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DHierarchy.c80 gp.lockoutAlg = TPM_ALG_NULL; in HierarchyPreInstall_Init()
103 NV_SYNC_PERSISTENT(lockoutAlg); in HierarchyPreInstall_Init()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c343 hashAlg = gp.lockoutAlg; in EntityGetAuthPolicy()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h703 TPMI_ALG_HASH lockoutAlg; member