Home
last modified time | relevance | path

Searched refs:RIPEMD160_LBLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dripemd.h35 # define RIPEMD160_LBLOCK (RIPEMD160_CBLOCK/4) macro
40 RIPEMD160_LONG data[RIPEMD160_LBLOCK];
/freebsd/lib/libmd/
H A Dripemd.h68 #define RIPEMD160_LBLOCK 16 macro
77 u_int32_t data[RIPEMD160_LBLOCK];
H A Drmd160c.c126 for (; sw<RIPEMD160_LBLOCK; sw++) in RIPEMD160_Update()
189 for (sw=(RIPEMD160_LBLOCK/4); sw; sw--) in RIPEMD160_Update()
199 for (sw=(RIPEMD160_LBLOCK/4); sw; sw--) in RIPEMD160_Update()
241 for (i=(RIPEMD160_LBLOCK/4); i; i--) in RIPEMD160_Transform()
252 for (i=(RIPEMD160_LBLOCK/4); i; i--) in RIPEMD160_Transform()
495 for (; i<RIPEMD160_LBLOCK; i++) in RIPEMD160_Final()
500 for (; i<(RIPEMD160_LBLOCK-2); i++) in RIPEMD160_Final()
502 p[RIPEMD160_LBLOCK-2]=c->Nl; in RIPEMD160_Final()
503 p[RIPEMD160_LBLOCK-1]=c->Nh; in RIPEMD160_Final()