Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DEntity_fp.h68 EntityGetAuthValue(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c755 EntityGetAuthValue(associatedHandle, &authValue); in CheckPWAuthSession()
878 EntityGetAuthValue(s_associatedHandles[sessionIndex], &authValue); in ComputeCommandHMAC()
1660 EntityGetAuthValue(s_associatedHandles[s_decryptSessionIndex], in ParseSessionBuffer()
1991 EntityGetAuthValue(s_associatedHandles[sessionIndex], &authValue); in ComputeResponseHMAC()
2141 EntityGetAuthValue(s_associatedHandles[s_encryptSessionIndex], in BuildResponseSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c550 EntityGetAuthValue(bind, (TPM2B_AUTH *)&key); in SessionCreate()
806 EntityGetAuthValue(entityHandle, &auth); in SessionComputeBoundEntity()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c204 EntityGetAuthValue( in EntityGetAuthValue() function