mirror of https://github.com/FreeRDP/FreeRDP
Added missing WINPR_*_DIGEST_LENGTH definitions.
This commit is contained in:
parent
07605b0281
commit
e3acc01bfb
|
@ -629,7 +629,17 @@ BOOL CryptBinaryToStringA(CONST BYTE* pbBinary, DWORD cbBinary, DWORD dwFlags, L
|
|||
#define WINPR_MD4_DIGEST_LENGTH 16
|
||||
#define WINPR_MD5_DIGEST_LENGTH 16
|
||||
#define WINPR_SHA1_DIGEST_LENGTH 20
|
||||
#define WINPR_SHA224_DIGEST_LENGTH 28
|
||||
#define WINPR_SHA256_DIGEST_LENGTH 32
|
||||
#define WINPR_SHA384_DIGEST_LENGTH 48
|
||||
#define WINPR_SHA512_DIGEST_LENGTH 64
|
||||
#define WINPR_RIPEMD160_DIGEST_LENGTH 20
|
||||
#define WINPR_SHA3_224_DIGEST_LENGTH 28
|
||||
#define WINPR_SHA3_256_DIGEST_LENGTH 32
|
||||
#define WINPR_SHA3_384_DIGEST_LENGTH 48
|
||||
#define WINPR_SHA3_512_DIGEST_LENGTH 64
|
||||
#define WINPR_SHAKE128_DIGEST_LENGTH 16
|
||||
#define WINPR_SHAKE256_DIGEST_LENGTH 32
|
||||
|
||||
/**
|
||||
* HMAC
|
||||
|
|
Loading…
Reference in New Issue