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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c1747 @param[out] PolicyType Point to the identity type.
1756 OUT UINT8 *PolicyType
1778 *PolicyType = EFI_USER_INFO_IDENTITY_FALSE;
1782 *PolicyType = EFI_USER_INFO_IDENTITY_AND;
1787 *PolicyType = EFI_USER_INFO_IDENTITY_OR;
2337 UINT8 PolicyType; local
2438 Status = GetIdentifyType (User, &PolicyType);
2443 if (PolicyType == EFI_USER_INFO_IDENTITY_OR) {
2870 UINT8 PolicyType; local
2903 Status = GetIdentifyType ((EFI_USER_PROFILE_HANDLE) * User, &PolicyType);
[all...]

Completed in 480 milliseconds