CryptoPkg/Include/openssl/whrlpool.h File Reference


Data Structures

struct  WHIRLPOOL_CTX

Defines

#define WHIRLPOOL_DIGEST_LENGTH   (512/8)
#define WHIRLPOOL_BBLOCK   512
#define WHIRLPOOL_COUNTER   (256/8)

Functions

int WHIRLPOOL_Init (WHIRLPOOL_CTX *c)
int WHIRLPOOL_Update (WHIRLPOOL_CTX *c, const void *inp, size_t bytes)
void WHIRLPOOL_BitUpdate (WHIRLPOOL_CTX *c, const void *inp, size_t bits)
int WHIRLPOOL_Final (unsigned char *md, WHIRLPOOL_CTX *c)
unsigned char * WHIRLPOOL (const void *inp, size_t bytes, unsigned char *md)

Define Documentation

#define WHIRLPOOL_BBLOCK   512

#define WHIRLPOOL_COUNTER   (256/8)

#define WHIRLPOOL_DIGEST_LENGTH   (512/8)


Function Documentation

unsigned char* WHIRLPOOL ( const void *  inp,
size_t  bytes,
unsigned char *  md 
)

void WHIRLPOOL_BitUpdate ( WHIRLPOOL_CTX c,
const void *  inp,
size_t  bits 
)

int WHIRLPOOL_Final ( unsigned char *  md,
WHIRLPOOL_CTX c 
)

int WHIRLPOOL_Init ( WHIRLPOOL_CTX c  ) 

int WHIRLPOOL_Update ( WHIRLPOOL_CTX c,
const void *  inp,
size_t  bytes 
)


Generated on Wed Sep 2 14:03:41 2015 for CryptoPkg[ALL] by  doxygen 1.5.7.1