HomeSort by relevance Sort by last modified time
    Searched defs:authValue (Results 1 - 7 of 7) sorted by null

  /external/tpm2/
Entity.c 139 // This function is used to access the authValue associated with a handle. This function assumes that the
141 // EntityGetLoadStatus() should have been called. Also, the accessibility of the authValue should have been
149 AUTH_VALUE *auth // OUT: authValue of the entity
152 TPM2B_AUTH authValue = {};
160 authValue = gp.ownerAuth;
164 authValue = gp.endorsementAuth;
168 authValue = gc.platformAuth;
172 authValue = gp.lockoutAuth;
181 authValue = g_platformUniqueDetails;
191 // authValue for an objec
    [all...]
SessionProcess.c 71 // This function is called after an authorization failure that involves use of an authValue. If the entity
164 // combination of the Name and the authValue of the entity.
247 // This function indicates if authValue is available and allowed for USER role authorization of an entity.
248 // This function is similar to IsAuthPolicyAvailable() except that it does not check the size of the authValue
249 // as IsAuthPolicyAvailable() does (a null authValue is a valid auth, but a null policy is not a valid policy).
255 // TRUE authValue is available
256 // FALSE authValue is not available
267 // authValue. However, at this point, the policy session requirement should
287 // At the point when authValue availability is checked, control
294 // Otherwise authValue is not available
    [all...]
Global.h 273 //5) SET if the authValue is required
278 //6) SET if a password authValue is
302 // the authValue will not be use
516 TPM2B_AUTH authValue;
650 // authValue. The value used by the RNG would be the value derived from the chip unique value (such as
    [all...]
tpm_types.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]
Tpm12.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h     [all...]

Completed in 159 milliseconds