Home
last modified time | relevance | path

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

/external/tpm2/
DSetPrimaryPolicy.c62 gp.lockoutAlg = in->hashAlg; in TPM2_SetPrimaryPolicy()
64 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg); in TPM2_SetPrimaryPolicy()
DClear.c58 gp.ownerAlg = gp.endorsementAlg = gp.lockoutAlg = TPM_ALG_NULL; in TPM2_Clear()
80 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg); in TPM2_Clear()
DHierarchy.c42 gp.lockoutAlg = TPM_ALG_NULL; in HierarchyPreInstall_Init()
63 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg); in HierarchyPreInstall_Init()
DEntity.c277 hashAlg = gp.lockoutAlg; in EntityGetAuthPolicy()
DGlobal.h677 TPMI_ALG_HASH lockoutAlg; member
DNV.c489 s_reservedSize[NV_LOCKOUT_ALG] = sizeof(gp.lockoutAlg); in NvInitStatic()
620 NvReadReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg); in NvReadPersistent()
Dpart3.txt14373 50 gp.lockoutAlg = in->hashAlg;
14375 52 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg);
14771 46 gp.ownerAlg = gp.endorsementAlg = gp.lockoutAlg = TPM_ALG_NULL;
14798 68 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg);
Dpart4.txt2319 372 TPMI_ALG_HASH lockoutAlg;
8823 28 gp.lockoutAlg = TPM_ALG_NULL;
8851 51 NvWriteReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg);
9595 359 s_reservedSize[NV_LOCKOUT_ALG] = sizeof(gp.lockoutAlg);
9751 478 NvReadReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg);
16853 234 hashAlg = gp.lockoutAlg;