Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/DxeTrEEPhysicalPresenceLibNull/
DDxeTrEEPhysicalPresenceLibNull.c71 IN TPM2B_AUTH *PlatformAuth OPTIONAL in TpmCommandClear()
91 IN TPM2B_AUTH *PlatformAuth, OPTIONAL in TrEEExecutePhysicalPresence() argument
193 IN TPM2B_AUTH *PlatformAuth, OPTIONAL in TrEEExecutePendingTpmRequest() argument
217 IN TPM2B_AUTH *PlatformAuth OPTIONAL in TrEEPhysicalPresenceLibProcessRequest()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c76 IN TPM2B_AUTH *PlatformAuth OPTIONAL in Tpm2CommandClear()
83 if (PlatformAuth == NULL) { in Tpm2CommandClear()
89 LocalAuthSession.hmac.size = PlatformAuth->size; in Tpm2CommandClear()
90 CopyMem (LocalAuthSession.hmac.buffer, PlatformAuth->buffer, PlatformAuth->size); in Tpm2CommandClear()
119 IN TPM2B_AUTH *PlatformAuth, OPTIONAL in Tpm2CommandAllocPcr() argument
133 if (PlatformAuth == NULL) { in Tpm2CommandAllocPcr()
139 LocalAuthSession.hmac.size = PlatformAuth->size; in Tpm2CommandAllocPcr()
140 CopyMem (LocalAuthSession.hmac.buffer, PlatformAuth->buffer, PlatformAuth->size); in Tpm2CommandAllocPcr()
248 IN TPM2B_AUTH *PlatformAuth OPTIONAL in Tpm2CommandChangeEps()
255 if (PlatformAuth == NULL) { in Tpm2CommandChangeEps()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DDxeTrEEPhysicalPresenceLib.c74 IN TPM2B_AUTH *PlatformAuth OPTIONAL in TpmCommandClear()
81 if (PlatformAuth == NULL) { in TpmCommandClear()
87 LocalAuthSession.hmac.size = PlatformAuth->size; in TpmCommandClear()
88 CopyMem (LocalAuthSession.hmac.buffer, PlatformAuth->buffer, PlatformAuth->size); in TpmCommandClear()
120 IN TPM2B_AUTH *PlatformAuth, OPTIONAL in TrEEExecutePhysicalPresence() argument
132 Status = TpmCommandClear (PlatformAuth); in TrEEExecutePhysicalPresence()
418 IN TPM2B_AUTH *PlatformAuth, OPTIONAL in TrEEExecutePendingTpmRequest() argument
463 …TcgPpData->PPResponse = TrEEPpVendorLibExecutePendingRequest (PlatformAuth, TcgPpData->PPRequest, … in TrEEExecutePendingTpmRequest()
480 TcgPpData->PPResponse = TrEEExecutePhysicalPresence (PlatformAuth, TcgPpData->PPRequest, in TrEEExecutePendingTpmRequest()
569 IN TPM2B_AUTH *PlatformAuth OPTIONAL in TrEEPhysicalPresenceLibProcessRequest()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTrEEPhysicalPresenceLib.h38 IN TPM2B_AUTH *PlatformAuth OPTIONAL
DTcg2PpVendorLib.h49 IN TPM2B_AUTH *PlatformAuth, OPTIONAL
DTrEEPpVendorLib.h86 IN TPM2B_AUTH *PlatformAuth, OPTIONAL
DTcg2PhysicalPresenceLib.h71 IN TPM2B_AUTH *PlatformAuth OPTIONAL
/device/linaro/bootloader/edk2/SecurityPkg/Library/TrEEPpVendorLibNull/
DTrEEPpVendorLibNull.c39 IN TPM2B_AUTH *PlatformAuth, OPTIONAL in TrEEPpVendorLibExecutePendingRequest() argument
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tcg2PpVendorLibNull/
DTcg2PpVendorLibNull.c39 IN TPM2B_AUTH *PlatformAuth, OPTIONAL in Tcg2PpVendorLibExecutePendingRequest() argument