Home
last modified time | relevance | path

Searched refs:pAuth (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c209 TPM2B_AUTH *pAuth = NULL; in EntityGetAuthValue() local
221 pAuth = &gp.ownerAuth; in EntityGetAuthValue()
225 pAuth = &gp.endorsementAuth; in EntityGetAuthValue()
231 pAuth = &gc.platformAuth; in EntityGetAuthValue()
235 pAuth = &gp.lockoutAuth; in EntityGetAuthValue()
244 pAuth = &g_platformUniqueDetails; in EntityGetAuthValue()
265 pAuth = &((HASH_OBJECT *)object)->auth; in EntityGetAuthValue()
273 pAuth = &object->sensitive.authValue; in EntityGetAuthValue()
282 pAuth = &nvIndex->authValue; in EntityGetAuthValue()
287 pAuth = PCRGetAuthValue(handle); in EntityGetAuthValue()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c794 BYTE *pAuth = auth.t.buffer; in SessionComputeBoundEntity() local
812 bind->t.name[i] ^= *pAuth++; in SessionComputeBoundEntity()