@@ -829,7 +829,7 @@ AddImageExeInfo (
829
829
830
830
**/
831
831
EFI_STATUS
832
- IsCertHashFoundInDatabase (
832
+ IsCertHashFoundInDbx (
833
833
IN UINT8 * Certificate ,
834
834
IN UINTN CertSize ,
835
835
IN EFI_SIGNATURE_LIST * SignatureList ,
@@ -1362,7 +1362,7 @@ IsForbiddenByDbx (
1362
1362
//
1363
1363
CertPtr = CertPtr + sizeof (UINT32 ) + CertSize ;
1364
1364
1365
- Status = IsCertHashFoundInDatabase (Cert , CertSize , (EFI_SIGNATURE_LIST * )Data , DataSize , & RevocationTime , & IsFound );
1365
+ Status = IsCertHashFoundInDbx (Cert , CertSize , (EFI_SIGNATURE_LIST * )Data , DataSize , & RevocationTime , & IsFound );
1366
1366
if (EFI_ERROR (Status )) {
1367
1367
//
1368
1368
// Error in searching dbx. Consider it as 'found'. RevocationTime might
@@ -1528,7 +1528,7 @@ IsAllowedByDb (
1528
1528
//
1529
1529
// Here We still need to check if this RootCert's Hash is revoked
1530
1530
//
1531
- Status = IsCertHashFoundInDatabase (RootCert , RootCertSize , (EFI_SIGNATURE_LIST * )DbxData , DbxDataSize , & RevocationTime , & IsFound );
1531
+ Status = IsCertHashFoundInDbx (RootCert , RootCertSize , (EFI_SIGNATURE_LIST * )DbxData , DbxDataSize , & RevocationTime , & IsFound );
1532
1532
if (EFI_ERROR (Status )) {
1533
1533
//
1534
1534
// Error in searching dbx. Consider it as 'found'. RevocationTime might
0 commit comments