Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
DTcgStorageUtil.c431 UINT32 RecvHostSessionId; in TcgParseSyncSession() local
453 ERROR_CHECK(TcgGetNextUINT32(&TmpParseStruct, &RecvHostSessionId)); in TcgParseSyncSession()
468 if (HostSessionId != RecvHostSessionId) { in TcgParseSyncSession()
469 …DEBUG_INFO, "unmatched HostSessionId (exp: 0x%X recv: 0x%X)\n", HostSessionId, RecvHostSessionId)); in TcgParseSyncSession()