HomeSort by relevance Sort by last modified time
    Searched refs:lockOutAuthEnabled (Results 1 - 4 of 4) sorted by null

  /external/tpm2/
DA.c 31 gp.lockOutAuthEnabled = TRUE; // Use of lockoutAuth is enabled
37 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
59 gp.lockOutAuthEnabled = TRUE;
61 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
151 if(!gp.lockOutAuthEnabled)
161 gp.lockOutAuthEnabled = TRUE;
163 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
SessionProcess.c 114 pAssert(gp.lockOutAuthEnabled);
115 gp.lockOutAuthEnabled = FALSE;
129 NvWriteReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
    [all...]
Global.h     [all...]
NV.c 515 s_reservedSize[NV_LOCKOUT_AUTH_ENABLED] = sizeof(gp.lockOutAuthEnabled);
651 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
    [all...]

Completed in 226 milliseconds