Searched defs:RIPEMD160state_st (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ripemd.h | 37 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 D | ripemd.h | 74 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;
|