]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c
SecurityPkg Tcg2: Rename internal API IsZeroBuffer to InternalIsZeroBuffer
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Config / Tcg2ConfigImpl.c
index db38bd45a32902d1b4493d241345acd3c154db74..7a97f6bdc7e67735163e996cf7d48eb252cc2219 100644 (file)
@@ -626,7 +626,7 @@ FillBufferWithTCG2EventLogFormat (
   @retval FALSE Buffer is not all zero.\r
 **/\r
 BOOLEAN\r
-IsZeroBuffer (\r
+InternalIsZeroBuffer (\r
   IN VOID  *Buffer,\r
   IN UINTN BufferSize\r
   )\r
@@ -735,7 +735,7 @@ InstallTcg2ConfigForm (
   } else {\r
     TempBuffer[0] = 0;\r
     for (Index = 0; Index < Pcrs.count; Index++) {\r
-      if (!IsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {\r
+      if (!InternalIsZeroBuffer (Pcrs.pcrSelections[Index].pcrSelect, Pcrs.pcrSelections[Index].sizeofSelect)) {\r
         AppendBufferWithTpmAlgHash (TempBuffer, sizeof(TempBuffer), Pcrs.pcrSelections[Index].hash);\r
       }\r
     }\r