WHIRLPOOL_CTX
.ctx_size = sizeof(EVP_MD *) + sizeof(WHIRLPOOL_CTX),
void whirlpool_block(WHIRLPOOL_CTX *ctx,const void *inp,size_t n)
int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c)
WHIRLPOOL_CTX ctx;
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)
void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
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);