Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibTcg/
DTpm12DeviceLibTcg.c24 EFI_TCG_PROTOCOL *mTcgProtocol = NULL; variable
50 if (mTcgProtocol == NULL) { in Tpm12SubmitCommand()
51 Status = gBS->LocateProtocol (&gEfiTcgProtocolGuid, NULL, (VOID **) &mTcgProtocol); in Tpm12SubmitCommand()
63 Status = mTcgProtocol->PassThroughToTpm ( in Tpm12SubmitCommand()
64 mTcgProtocol, in Tpm12SubmitCommand()
94 if (mTcgProtocol == NULL) { in Tpm12RequestUseTpm()
95 Status = gBS->LocateProtocol (&gEfiTcgProtocolGuid, NULL, (VOID **) &mTcgProtocol); in Tpm12RequestUseTpm()