Searched refs:AutoLogon (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserCredential.h168 This function is called when a credential provider is selected by the user. If AutoLogon returns
172 @param[out] AutoLogon On return, points to the credential provider's capabilities after
176 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
182 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
206 @param[out] AutoLogon On return, holds whether the credential provider should be
210 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
216 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
H A DUserCredential2.h166 This function is called when a credential provider is selected by the user. If AutoLogon returns
170 @param[out] AutoLogon On return, points to the credential provider's capabilities after
174 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
180 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
204 @param[out] AutoLogon On return, holds whether the credential provider should be
208 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
214 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.h240 AutoLogon returns FALSE, then the user interface will be constructed by the User
244 @param[out] AutoLogon On return, points to the credential provider's capabilities
248 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
255 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
280 @param[out] AutoLogon On return, holds whether the credential provider should be used
284 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
291 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
H A DPwdCredentialProvider.c1051 AutoLogon returns FALSE, then the user interface will be constructed by the User
1055 @param[out] AutoLogon On return, points to the credential provider's capabilities
1059 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
1066 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
1069 if ((This == NULL) || (AutoLogon == NULL)) {
1072 *AutoLogon = 0;
1107 @param[out] AutoLogon On return, holds whether the credential provider should be used
1111 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
1118 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
1121 if ((This == NULL) || (AutoLogon
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.h228 AutoLogon returns FALSE, then the user interface will be constructed by the User
232 @param[out] AutoLogon On return, points to the credential provider's capabilities
236 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
243 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
268 @param[out] AutoLogon On return, holds whether the credential provider should be used
272 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
279 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
H A DUsbCredentialProvider.c998 AutoLogon returns FALSE, then the user interface will be constructed by the User
1002 @param[out] AutoLogon On return, points to the credential provider's capabilities
1006 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
1013 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
1016 if ((This == NULL) || (AutoLogon == NULL)) {
1020 *AutoLogon = EFI_CREDENTIAL_LOGON_FLAG_DEFAULT | EFI_CREDENTIAL_LOGON_FLAG_AUTO;
1055 @param[out] AutoLogon On return, holds whether the credential provider should be used
1059 @retval EFI_INVALID_PARAMETER AutoLogon is NULL.
1066 OUT EFI_CREDENTIAL_LOGON_FLAGS *AutoLogon
1069 if ((This == NULL) || (AutoLogon
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c1816 EFI_CREDENTIAL_LOGON_FLAGS AutoLogon; local
1835 Status = UserCredential->Select (UserCredential, &AutoLogon);
1840 if ((AutoLogon & EFI_CREDENTIAL_LOGON_FLAG_AUTO) == 0) {
3005 EFI_CREDENTIAL_LOGON_FLAGS AutoLogon; local
3043 // Find and login the default & AutoLogon user.
3047 Status = UserCredential->Default (UserCredential, &AutoLogon);
3052 if ((AutoLogon & (EFI_CREDENTIAL_LOGON_FLAG_DEFAULT | EFI_CREDENTIAL_LOGON_FLAG_AUTO)) != 0) {

Completed in 464 milliseconds