HomeSort by relevance Sort by last modified time
    Searched defs:Psid (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalHiiPrivate.h 51 * Opal PSID Authority utilized for PSID revert
53 * The type indicates the structure of the PSID authority
56 UINT8 Psid[PSID_CHARACTER_LENGTH];
228 @param PsidStringId The string id for the PSID info.
OpalHii.c 491 return HiiSelectDiskAction("Action: Revert to Factory Defaults with PSID", HiiKeyId);
603 ZeroMem(gHiiConfiguration.Psid, sizeof(gHiiConfiguration.Psid));
614 // Update actions, always allow PSID Revert
630 HiiSetFormString( STRING_TOKEN(STR_DISK_INFO_PSID_REVERT), "PSID Revert to factory default");
641 HiiSetFormString (STRING_TOKEN(STR_DISK_INFO_PSID_REVERT), "PSID Revert to factory default and Disable");
663 @param PsidStringId The string id for the PSID info.
674 TCG_PSID Psid;
686 CopyMem (Psid.Psid, TmpBuf, PSID_CHARACTER_LENGTH);
    [all...]
OpalHiiFormValues.h 22 // PSID Length
42 UINT16 Psid[PSID_CHARACTER_STRING_END_LENGTH];

Completed in 78 milliseconds