Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Help.c70 OUT UINT8 *AuthSessionOut in CopyAuthSessionCommand() argument
75 Buffer = (UINT8 *)AuthSessionOut; in CopyAuthSessionCommand()
120 return (UINT32)(UINTN)(Buffer - (UINT8 *)AuthSessionOut); in CopyAuthSessionCommand()
135 OUT TPMS_AUTH_RESPONSE *AuthSessionOut OPTIONAL in CopyAuthSessionResponse()
141 if (AuthSessionOut == NULL) { in CopyAuthSessionResponse()
142 AuthSessionOut = &LocalAuthSessionOut; in CopyAuthSessionResponse()
148 AuthSessionOut->nonce.size = SwapBytes16 (ReadUnaligned16 ((UINT16 *)Buffer)); in CopyAuthSessionResponse()
151 CopyMem (AuthSessionOut->nonce.buffer, Buffer, AuthSessionOut->nonce.size); in CopyAuthSessionResponse()
152 Buffer += AuthSessionOut->nonce.size; in CopyAuthSessionResponse()
155 *(UINT8 *)&AuthSessionOut->sessionAttributes = *(UINT8 *)Buffer; in CopyAuthSessionResponse()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h943 OUT UINT8 *AuthSessionOut
958 OUT TPMS_AUTH_RESPONSE *AuthSessionOut OPTIONAL