Home
last modified time | relevance | path

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

/external/tpm2/
DSession.c380 TPM2B_AUTH entityAuth; // The authValue of the entity in SessionCreate() local
385 entityAuth.t.size = EntityGetAuthValue(bind, &entityAuth.t.buffer); in SessionCreate()
387 pAssert(entityAuth.t.size + seed->t.size <= sizeof(key.t.buffer)); in SessionCreate()
388 MemoryCopy2B(&key.b, &entityAuth.b, sizeof(key.t.buffer)); in SessionCreate()