Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/ripemd/
H A Dripemd.h84 #define RIPEMD160_LBLOCK (RIPEMD160_CBLOCK/4) macro
90 RIPEMD160_LONG data[RIPEMD160_LBLOCK];
H A Dripemd.c468 c->data[RIPEMD160_LBLOCK - 2] = htole32(c->Nl); in RIPEMD160_Final()
469 c->data[RIPEMD160_LBLOCK - 1] = htole32(c->Nh); in RIPEMD160_Final()