Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgStorageOpal.h175 PYRITE_SSC_FEATURE_DESCRIPTOR PyriteSsc; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
DTcgStorageOpalCore.c1496 SupportedAttributes->PyriteSsc = (Feat != NULL); in OpalGetSupportedAttributesInfo()
1499 *OpalBaseComId = SwapBytes16 (Feat->PyriteSsc.BaseComdIdBE); in OpalGetSupportedAttributesInfo()
1500 SupportedAttributes->InitCpinIndicator = (Feat->PyriteSsc.InitialCPINSIDPIN == 0); in OpalGetSupportedAttributesInfo()
1501 SupportedAttributes->CpinUponRevert = (Feat->PyriteSsc.CPINSIDPINRevertBehavior == 0); in OpalGetSupportedAttributesInfo()
1600 SupportedAttributes->PyriteSsc == 0 in OpalFeatureSupported()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTcgStorageOpalLib.h44 UINT32 PyriteSsc : 1; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHii.c1156 …if (OpalDisk->SupportedAttributes.PyriteSsc == 1 && OpalDisk->LockingFeature.MediaEncryption == 0)… in HiiPasswordEntered()