My Project
Loading...
Searching...
No Matches
md4.h File Reference

Go to the source code of this file.

Data Structures

struct  Md4
 

Typedefs

typedef struct Md4 Md4
 

Functions

WOLFSSL_API void wc_InitMd4 (Md4 *)
 This function initializes md4. This is automatically called by wc_Md4Hash.
 
WOLFSSL_API void wc_Md4Update (Md4 *, const byte *, word32)
 Can be called to continually hash the provided byte array of length len.
 
WOLFSSL_API void wc_Md4Final (Md4 *, byte *)
 Finalizes hashing of data. Result is placed into hash.
 

Variables

 C
 

Variable Documentation

◆ C

C
extern
Initial value:
{
#endif
enum {
MD4 = WC_HASH_TYPE_MD4,
MD4_BLOCK_SIZE = 64,
MD4_DIGEST_SIZE = 16,
MD4_PAD_SIZE = 56
}