Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
DTcgStorageCore.c441 UINT8 ByteOrInt, in TcgAddAtom() argument
454 if (ByteOrInt == TCG_ATOM_TYPE_INTEGER) { in TcgAddAtom()
466 (ByteOrInt == TCG_ATOM_TYPE_INTEGER) && in TcgAddAtom()
479 ShortAtom.ShortAtomBits.ByteOrInt = ByteOrInt; in TcgAddAtom()
482 …truct, &ShortAtom, sizeof(TCG_SIMPLE_TOKEN_SHORT_ATOM), Data, DataSize, ByteOrInt == TCG_ATOM_TYPE… in TcgAddAtom()
489 MediumAtom.MediumAtomBits.ByteOrInt = ByteOrInt; in TcgAddAtom()
493 …uct, &MediumAtom, sizeof(TCG_SIMPLE_TOKEN_MEDIUM_ATOM), Data, DataSize, ByteOrInt == TCG_ATOM_TYPE… in TcgAddAtom()
500 LongAtom.LongAtomBits.ByteOrInt = ByteOrInt; in TcgAddAtom()
505 …eStruct, &LongAtom, sizeof(TCG_SIMPLE_TOKEN_LONG_ATOM), Data, DataSize, ByteOrInt == TCG_ATOM_TYPE… in TcgAddAtom()
1093 UINT8 *ByteOrInt, in TcgGetAtomInfo() argument
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgStorageCore.h85 UINT8 ByteOrInt : 1; member
102 UINT8 ByteOrInt : 1; member
120 UINT8 ByteOrInt : 1; member
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTcgStorageCoreLib.h659 UINT8 *ByteOrInt,