OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
ripemd.h File Reference
#include <openssl/e_os2.h>
#include <stddef.h>

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

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

Macro Definition Documentation

#define RIPEMD160_CBLOCK   64

Definition at line 82 of file ripemd.h.

#define RIPEMD160_DIGEST_LENGTH   20

Definition at line 84 of file ripemd.h.

#define RIPEMD160_LBLOCK   (RIPEMD160_CBLOCK/4)

Definition at line 83 of file ripemd.h.

#define RIPEMD160_LONG   unsigned int

Definition at line 79 of file ripemd.h.

Typedef Documentation

Function Documentation

unsigned char* RIPEMD160 ( const unsigned char *  d,
size_t  n,
unsigned char *  md 
)

Definition at line 64 of file rmd_one.c.

int RIPEMD160_Final ( unsigned char *  md,
RIPEMD160_CTX c 
)
int RIPEMD160_Init ( RIPEMD160_CTX c)
void RIPEMD160_Transform ( RIPEMD160_CTX c,
const unsigned char *  b 
)
int RIPEMD160_Update ( RIPEMD160_CTX c,
const void data,
size_t  len 
)