Home
last modified time | relevance | path

Searched defs:RIPEMD160state_st (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dripemd.h37 typedef struct RIPEMD160state_st { struct
38 RIPEMD160_LONG A, B, C, D, E;
39 RIPEMD160_LONG Nl, Nh;
40 RIPEMD160_LONG data[RIPEMD160_LBLOCK];
41 unsigned int num;
/freebsd/lib/libmd/
H A Dripemd.h74 typedef struct RIPEMD160state_st { struct
75 u_int32_t A,B,C,D,E;
76 u_int32_t Nl,Nh;
77 u_int32_t data[RIPEMD160_LBLOCK];
78 int num;