From 9b41d26597e03af91de22b84c13d82a350d877ec Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 24 Jan 2013 18:24:49 +0800 Subject: MokManager: support SHA512-based crypt() hash --- PasswordCrypt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'PasswordCrypt.h') diff --git a/PasswordCrypt.h b/PasswordCrypt.h index c9e377a2..144bf84e 100644 --- a/PasswordCrypt.h +++ b/PasswordCrypt.h @@ -22,5 +22,6 @@ typedef struct { EFI_STATUS password_crypt (const char *password, UINT32 pw_length, const PASSWORD_CRYPT *pw_hash, UINT8 *hash); +UINT16 get_hash_size (const UINT16 method); #endif /* __PASSWORD_CRYPT_H__ */ -- cgit v1.2.3