Searched defs:MD4Context (Results 1 – 2 of 2) sorted by relevance
31 typedef struct MD4Context { struct32 u_int32_t state[4]; /* state (ABCD) */33 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */34 unsigned char buffer[64]; /* input buffer */
17 typedef struct MD4Context { struct18 u32 state[4]; /* state */19 u64 count; /* number of bits, mod 2^64 */20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */