Home
last modified time | relevance | path

Searched defs:_EFI_USER_CREDENTIAL_PROTOCOL (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUserCredential.h274 struct _EFI_USER_CREDENTIAL_PROTOCOL { struct
275 EFI_GUID Identifier; ///< Uniquely identifies this credential provider.
276 EFI_GUID Type; ///< Identifies this class of User Credential Provider.
277 EFI_CREDENTIAL_ENROLL Enroll;
278 EFI_CREDENTIAL_FORM Form;
279 EFI_CREDENTIAL_TILE Tile;
280 EFI_CREDENTIAL_TITLE Title;
281 EFI_CREDENTIAL_USER User;
282 EFI_CREDENTIAL_SELECT Select;
283 EFI_CREDENTIAL_DESELECT Deselect;
[all …]