Home | History | Annotate | Download | only in DxeSecurityManagementLib

Lines Matching refs:Index

220   UINT32        Index;

248 for (Index = 0; Index < mNumberOfSecurityHandler; Index ++) {
249 if ((mSecurityTable[Index].SecurityOperation & EFI_AUTH_OPERATION_IMAGE_REQUIRED) == EFI_AUTH_OPERATION_IMAGE_REQUIRED) {
274 Status = mSecurityTable[Index].SecurityHandler (
486 UINT32 Index;
506 for (Index = 0; Index < mNumberOfSecurity2Handler; Index ++) {
512 if ((FileBuffer != NULL && (mSecurity2Table[Index].Security2Operation & EFI_AUTH_IMAGE_OPERATION_MASK) != 0) ||
513 (FileBuffer == NULL && (mSecurity2Table[Index].Security2Operation & EFI_AUTH_NONE_IMAGE_OPERATION_MASK) != 0)) {
517 if ((mSecurity2Table[Index].Security2Operation & AuthenticationOperation) != 0) {
518 Status = mSecurity2Table[Index].Security2Handler (