Searched refs:Credential (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c2 Password Credential Provider driver implementation.
268 @param[out] Credential Points to the hashed result.
278 OUT UINT8 *Credential
299 Status = Sha1Final (Hash, Credential);
312 @param[out] Credential Points to the input password.
318 OUT CHAR8 *Credential
375 GenerateCredential (Password, PasswordLen, (UINT8 *)Credential);
1058 @retval EFI_SUCCESS Credential provider successfully selected.
1085 @retval EFI_SUCCESS Credential provider successfully deselected.
1241 // The first information, Credential Provide
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c2 Usb Credential Provider driver implemenetation.
421 @param[out] Credential Points to the hashed result
431 OUT UINT8 *Credential
452 Status = Sha1Final (Hash, Credential);
1005 @retval EFI_SUCCESS Credential provider successfully selected.
1033 @retval EFI_SUCCESS Credential provider successfully deselected.
1190 // The first information, Credential Provider info.
1199 CopyGuid (&Info->Credential, &gUsbCredentialProviderGuid);
1206 // The second information, Credential Provider name info.
1217 CopyGuid (&Info->Credential,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserManager.h59 EFI_GUID Credential; member in struct:__anon12385
98 /// Credential logon flags
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c1291 if (!CompareGuid (&OldInfo->Credential, &Info->Credential)) {
2417 // QuestionId comes from the second Form (Select a Credential Provider if identity

Completed in 57 milliseconds