Searched refs:WHIRLPOOL_BitUpdate (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/whrlpool/
H A Dwhrlpool.h29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
H A Dwp_dgst.c43 * as specified by authors is called WHIRLPOOL_BitUpdate[!] and
46 * WHIRLPOOL_BitUpdate implements byte-oriented loop, essentially
68 * calls to WHIRLPOOL_BitUpdate... */
74 WHIRLPOOL_BitUpdate(c,inp,chunk*8);
79 WHIRLPOOL_BitUpdate(c,inp,bytes*8);
84 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *_inp,size_t bits) function
/barrelfish-master/include/openssl/
H A Dwhrlpool.h29 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);

Completed in 31 milliseconds