RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Structures | Functions
md4.h File Reference

This header file contains interfaces of the HD4 hash algorithm support. More...

#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  MD4_CTX
 

Functions

void MD4Init (MD4_CTX *MD)
 
void MD4Update (MD4_CTX *MD, unsigned char *X, unsigned int count)
 
void MD4Print (MD4_CTX *)
 
void MD4Final (unsigned char *, MD4_CTX *)
 

Detailed Description

This header file contains interfaces of the HD4 hash algorithm support.