Lines Matching refs:pAuth
209 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()
296 MemoryCopy2B((TPM2B *)auth, (TPM2B *)pAuth, sizeof(auth->t.buffer)); in EntityGetAuthValue()