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

/freebsd-10-stable/crypto/openssl/crypto/ripemd/
H A Dripemd.h83 # define RIPEMD160_LBLOCK (RIPEMD160_CBLOCK/4) macro
89 RIPEMD160_LONG data[RIPEMD160_LBLOCK];
/freebsd-10-stable/lib/libmd/
H A Dripemd.h70 #define RIPEMD160_LBLOCK 16 macro
79 u_int32_t data[RIPEMD160_LBLOCK];
H A Drmd160c.c133 for (; sw<RIPEMD160_LBLOCK; sw++)
196 for (sw=(RIPEMD160_LBLOCK/4); sw; sw--)
206 for (sw=(RIPEMD160_LBLOCK/4); sw; sw--)
250 for (i=(RIPEMD160_LBLOCK/4); i; i--)
261 for (i=(RIPEMD160_LBLOCK/4); i; i--)
509 for (; i<RIPEMD160_LBLOCK; i++)
514 for (; i<(RIPEMD160_LBLOCK-2); i++)
516 p[RIPEMD160_LBLOCK-2]=c->Nl;
517 p[RIPEMD160_LBLOCK-1]=c->Nh;

Completed in 58 milliseconds