aboutsummaryrefslogtreecommitdiffstats
path: root/include/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sha256.h')
-rw-r--r--include/sha256.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sha256.h b/include/sha256.h
index 6456307..07c531d 100644
--- a/include/sha256.h
+++ b/include/sha256.h
@@ -25,6 +25,8 @@ void sha256_finish( sha256_context *ctx, uint8 digest[32] );
EFI_STATUS
sha256_get_pecoff_digest_mem(void *buffer, UINTN DataSize,
UINT8 hash[SHA256_DIGEST_SIZE]);
+void
+sha256_StrCat_hash(CHAR16 *str, UINT8 hash[SHA256_DIGEST_SIZE]);
EFI_STATUS
sha256_get_pecoff_digest(EFI_HANDLE device, CHAR16 *name, uint8 digest[SHA256_DIGEST_SIZE]);
#endif /* sha256.h */