Home
last modified time | relevance | path

Searched refs:entityAuth (Results 1 – 2 of 2) 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()
Dpart4.txt14572 300 TPM2B_AUTH entityAuth; // The authValue of the entity
14584 307 entityAuth.t.size = EntityGetAuthValue(bind, &entityAuth.t.buffer);
14587 310 pAssert(entityAuth.t.size + seed->t.size <= sizeof(key.t.buffer));
14588 311 MemoryCopy2B(&key.b, &entityAuth.b, sizeof(key.t.buffer));