Searched defs:MD5Context (Results 1 – 3 of 3) sorted by relevance
12 struct MD5Context { struct18 void MD5Init(struct MD5Context *context); argument
24 typedef struct MD5Context { struct25 u_int32_t state[4]; /* state */26 u_int64_t count; /* number of bits, mod 2^64 */27 u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */
39 typedef struct MD5Context { struct40 u_int32_t state[4]; /* state (ABCD) */41 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */42 unsigned char buffer[64]; /* input buffer */