Searched refs:entityAuth (Results 1 – 2 of 2) sorted by relevance
380 TPM2B_AUTH entityAuth; // The authValue of the entity in SessionCreate() local385 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()
14572 300 TPM2B_AUTH entityAuth; // The authValue of the entity14584 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));