Searched defs:mPwdInfoHandle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c19 PASSWORD_CREDENTIAL_INFO *mPwdInfoHandle = NULL; variable
1168 if ((UserInfo == NULL) || (mPwdInfoHandle == NULL)) {
1175 for (Index = 0; Index < mPwdInfoHandle->Count; Index++) {
1176 CredentialInfo = mPwdInfoHandle->Info[Index];
1229 if (mPwdInfoHandle == NULL) {
1234 mPwdInfoHandle = AllocateZeroPool (InfoLen);
1235 if (mPwdInfoHandle == NULL) {
1253 mPwdInfoHandle->Info[0] = Info;
1254 mPwdInfoHandle->Count++;
1272 mPwdInfoHandle
[all...]

Completed in 34 milliseconds