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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSecurityManagementLib/
H A DDxeSecurityManagementLib.c136 If AuthenticationOperation is not recongnized, then ASSERT().
140 @param[in] AuthenticationOperation Operation type is specified for the registered handler.
148 IN UINT32 AuthenticationOperation
156 // Make sure AuthenticationOperation is valid in the register order.
158 ASSERT (CheckAuthenticationOperation (mCurrentAuthOperation, AuthenticationOperation));
159 mCurrentAuthOperation = mCurrentAuthOperation | AuthenticationOperation;
175 mSecurityTable[mNumberOfSecurityHandler].SecurityOperation = AuthenticationOperation;
333 If AuthenticationOperation is not recongnized, return FALSE.
334 If AuthenticationOperation is EFI_AUTH_OPERATION_NONE, return FALSE.
335 If AuthenticationOperation include
477 ExecuteSecurity2Handlers( IN UINT32 AuthenticationOperation, IN UINT32 AuthenticationStatus, IN CONST EFI_DEVICE_PATH_PROTOCOL *File, IN VOID *FileBuffer, IN UINTN FileSize, IN BOOLEAN BootPolicy ) argument
[all...]

Completed in 28 milliseconds