Searched refs:WHIRLPOOL_CTX (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/whrlpool/
H A Dwp_locl.h3 void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
H A Dwhrlpool.h24 } WHIRLPOOL_CTX; typedef in typeref:struct:__anon1290
27 int WHIRLPOOL_Init (WHIRLPOOL_CTX *c);
28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
30 int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c);
H A Dwp_dgst.c57 int WHIRLPOOL_Init (WHIRLPOOL_CTX *c)
63 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *_inp,size_t bytes)
84 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *_inp,size_t bits)
215 int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c)
256 WHIRLPOOL_CTX ctx;
H A Dwp_test.c114 WHIRLPOOL_CTX ctx;
H A Dwp_block.c467 void whirlpool_block(WHIRLPOOL_CTX *ctx,const void *inp,size_t n)
/barrelfish-master/include/openssl/
H A Dwhrlpool.h24 } WHIRLPOOL_CTX; typedef in typeref:struct:__anon249
27 int WHIRLPOOL_Init (WHIRLPOOL_CTX *c);
28 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
30 int WHIRLPOOL_Final (unsigned char *md,WHIRLPOOL_CTX *c);
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dm_wp.c35 sizeof(EVP_MD *)+sizeof(WHIRLPOOL_CTX),
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dwp_test.c114 WHIRLPOOL_CTX ctx;

Completed in 100 milliseconds