summaryrefslogtreecommitdiff
path: root/Cryptlib/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/Library')
-rw-r--r--Cryptlib/Library/BaseLib.h6
-rw-r--r--Cryptlib/Library/BaseMemoryLib.h1
2 files changed, 0 insertions, 7 deletions
diff --git a/Cryptlib/Library/BaseLib.h b/Cryptlib/Library/BaseLib.h
index c29919ea..4c99fa9b 100644
--- a/Cryptlib/Library/BaseLib.h
+++ b/Cryptlib/Library/BaseLib.h
@@ -1,8 +1,2 @@
#include <efi.h>
#include <efilib.h>
-
-UINT32 WriteUnaligned32 (UINT32 *Buffer, UINT32 Value);
-UINTN AsciiStrSize (CHAR8 *string);
-char *AsciiStrnCpy(char *Destination, char *Source, UINTN count);
-char *AsciiStrCat(char *Destination, char *Source);
-UINTN AsciiStrDecimalToUintn(const char *String);
diff --git a/Cryptlib/Library/BaseMemoryLib.h b/Cryptlib/Library/BaseMemoryLib.h
index cc118e36..e69de29b 100644
--- a/Cryptlib/Library/BaseMemoryLib.h
+++ b/Cryptlib/Library/BaseMemoryLib.h
@@ -1 +0,0 @@
-CHAR8 *ScanMem8(CHAR8 *str, UINTN count, CHAR8 ch);