Home
last modified time | relevance | path

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

/dports/sysutils/UEFITool/UEFITool-A59/common/
H A Dtypes.h86 AptioUnsignedCapsule, enumerator
H A Dtypes.cpp109 if (subtype == Subtypes::AptioUnsignedCapsule) return UString("Aptio unsigned"); in itemSubtypeToUString()
H A Dffsparser.cpp291 …Capsule, signedCapsule ? Subtypes::AptioSignedCapsule : Subtypes::AptioUnsignedCapsule, name, UStr… in parseCapsule()