Searched refs:PyriteSsc (Results 1 – 4 of 4) sorted by relevance
175 PYRITE_SSC_FEATURE_DESCRIPTOR PyriteSsc; member
1496 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()
44 UINT32 PyriteSsc : 1; member
1156 …if (OpalDisk->SupportedAttributes.PyriteSsc == 1 && OpalDisk->LockingFeature.MediaEncryption == 0)… in HiiPasswordEntered()