Home
last modified time | relevance | path

Searched refs:TempPassword (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DDriverSample.c368 CHAR16 *TempPassword; in SetPassword() local
395 TempPassword = HiiGetString (PrivateData->HiiHandle[0], StringId, NULL); in SetPassword()
396 if (TempPassword == NULL) { in SetPassword()
399 if (StrSize (TempPassword) > PasswordSize) { in SetPassword()
400 FreePool (TempPassword); in SetPassword()
403 StrnCpyS (Password, PasswordSize / sizeof (CHAR16), TempPassword, StrLen (TempPassword)); in SetPassword()
404 FreePool (TempPassword); in SetPassword()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatformDxe.h149 CHAR16 TempPassword[PASSWORD_MAX_SIZE]; member