Searched refs:EntityGetAuthValue (Results 1 – 5 of 5) sorted by relevance
/external/tpm2/ |
D | Entity_fp.h | 14 UINT16 EntityGetAuthValue(TPMI_DH_ENTITY handle, // IN: handle of entity
|
D | SessionProcess.c | 537 authValue.t.size = EntityGetAuthValue(associatedHandle, &authValue.t.buffer); in CheckPWAuthSession() 630 + EntityGetAuthValue(s_associatedHandles[sessionIndex], in ComputeCommandHMAC() 1380 EntityGetAuthValue(s_associatedHandles[s_decryptSessionIndex], in ParseSessionBuffer() 1708 EntityGetAuthValue(s_associatedHandles[sessionIndex], in ComputeResponseHMAC() 1898 EntityGetAuthValue(s_associatedHandles[s_encryptSessionIndex], in BuildResponseSession()
|
D | Session.c | 385 entityAuth.t.size = EntityGetAuthValue(bind, &entityAuth.t.buffer); in SessionCreate() 606 auth.t.size = EntityGetAuthValue(entityHandle, &auth.t.buffer); in SessionComputeBoundEntity()
|
D | Entity.c | 147 EntityGetAuthValue( in EntityGetAuthValue() function
|
D | part4.txt | 529 …9.6.3.2 EntityGetAuthValue() ...............................................................… 4329 446 authValue.t.size = EntityGetAuthValue(associatedHandle, &authValue.t.buffer); 4433 538 + EntityGetAuthValue(s_associatedHandles[sessionIndex], 5329 1254 EntityGetAuthValue(s_associatedHandles[s_decryptSessionIndex], 5729 1561 EntityGetAuthValue(s_associatedHandles[sessionIndex], 5943 1731 EntityGetAuthValue(s_associatedHandles[s_encryptSessionIndex], 14584 307 entityAuth.t.size = EntityGetAuthValue(bind, &entityAuth.t.buffer); 14868 521 auth.t.size = EntityGetAuthValue(entityHandle, &auth.t.buffer); 16699 9.6.3.2 EntityGetAuthValue() 16709 112 EntityGetAuthValue(
|