Searched defs:MD5Context (Results 1 – 3 of 3) sorted by relevance
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 */
21 typedef struct MD5Context { struct22 u_int32_t state[4]; /* state */23 u_int64_t count; /* number of bits, mod 2^64 */24 u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */
22 typedef struct MD5Context { struct23 u_int32_t state[4]; /* state */24 u_int64_t count; /* number of bits, mod 2^64 */25 u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */