Searched defs:authValue (Results 1 - 4 of 4) sorted by relevance

/external/tpm2/
H A DEntity.c139 // 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 = {}; local
160 authValue = gp.ownerAuth;
164 authValue = gp.endorsementAuth;
168 authValue = gc.platformAuth;
172 authValue = gp.lockoutAuth;
181 authValue = g_platformUniqueDetails;
191 // authValue fo
[all...]
H A DSessionProcess.c71 // 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 i
532 TPM2B_AUTH authValue; local
[all...]
H A DGlobal.h273 //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; member in struct:__anon22680
650 // authValue. The value used by the RNG would be the value derived from the chip unique value (such as
H A Dtpm_types.h1506 TPM2B_AUTH authValue; member in struct:__anon22929

Completed in 205 milliseconds