HomeSort by relevance Sort by last modified time
    Searched refs:LocalAuthSession (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DxeTrEEPhysicalPresenceLib.c 79 TPMS_AUTH_COMMAND LocalAuthSession;
84 AuthSession = &LocalAuthSession;
85 ZeroMem (&LocalAuthSession, sizeof(LocalAuthSession));
86 LocalAuthSession.sessionHandle = TPM_RS_PW;
87 LocalAuthSession.hmac.size = PlatformAuth->size;
88 CopyMem (LocalAuthSession.hmac.buffer, PlatformAuth->buffer, PlatformAuth->size);
102 ZeroMem (&LocalAuthSession.hmac, sizeof(LocalAuthSession.hmac));
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 81 TPMS_AUTH_COMMAND LocalAuthSession;
86 AuthSession = &LocalAuthSession;
87 ZeroMem (&LocalAuthSession, sizeof(LocalAuthSession));
88 LocalAuthSession.sessionHandle = TPM_RS_PW;
89 LocalAuthSession.hmac.size = PlatformAuth->size;
90 CopyMem (LocalAuthSession.hmac.buffer, PlatformAuth->buffer, PlatformAuth->size);
104 ZeroMem (&LocalAuthSession.hmac, sizeof(LocalAuthSession.hmac));
122 TPMS_AUTH_COMMAND LocalAuthSession;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 558 TPMS_AUTH_COMMAND LocalAuthSession;
568 AuthSession = &LocalAuthSession;
569 ZeroMem (&LocalAuthSession, sizeof(LocalAuthSession));
570 LocalAuthSession.sessionHandle = TPM_RS_PW;
571 LocalAuthSession.hmac.size = PlatformAuth->size;
572 CopyMem (LocalAuthSession.hmac.buffer, PlatformAuth->buffer, PlatformAuth->size);
669 ZeroMem(&LocalAuthSession.hmac, sizeof(LocalAuthSession.hmac));

Completed in 195 milliseconds