cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Classes | Macros | Typedefs | Functions
ripemd.h File Reference

Go to the source code of this file.

Classes

struct  RIPEMD160state_st
 

Macros

#define RIPEMD160_LONG   unsigned int
 
#define RIPEMD160_CBLOCK   64
 
#define RIPEMD160_LBLOCK   (RIPEMD160_CBLOCK/4)
 
#define RIPEMD160_DIGEST_LENGTH   20
 

Typedefs

typedef struct RIPEMD160state_st RIPEMD160_CTX
 

Functions

void RIPEMD160_Init (RIPEMD160_CTX *c)
 
void RIPEMD160_Update (RIPEMD160_CTX *c, const void *data, unsigned long len)
 
void RIPEMD160_Final (unsigned char *md, RIPEMD160_CTX *c)
 
unsigned char * RIPEMD160 (const unsigned char *d, unsigned long n, unsigned char *md)
 
void RIPEMD160_Transform (RIPEMD160_CTX *c, const unsigned char *b)
 

Macro Definition Documentation

#define RIPEMD160_CBLOCK   64

Definition at line 79 of file ripemd.h.

#define RIPEMD160_DIGEST_LENGTH   20

Definition at line 81 of file ripemd.h.

#define RIPEMD160_LBLOCK   (RIPEMD160_CBLOCK/4)

Definition at line 80 of file ripemd.h.

#define RIPEMD160_LONG   unsigned int

Definition at line 76 of file ripemd.h.

Typedef Documentation

Function Documentation

unsigned char* RIPEMD160 ( const unsigned char *  d,
unsigned long  n,
unsigned char *  md 
)
void RIPEMD160_Final ( unsigned char *  md,
RIPEMD160_CTX c 
)
void RIPEMD160_Init ( RIPEMD160_CTX c)

Definition at line 75 of file rmddgst.c.

void RIPEMD160_Transform ( RIPEMD160_CTX c,
const unsigned char *  b 
)
void RIPEMD160_Update ( RIPEMD160_CTX c,
const void *  data,
unsigned long  len 
)