Home
last modified time | relevance | path

Searched defs:MD5Context (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context); argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.h24 typedef struct MD5Context { struct
25 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 */
/freebsd/sys/sys/
H A Dmd5.h37 typedef struct MD5Context { struct
38 u_int32_t state[4]; /* state (ABCD) */
39 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
40 unsigned char buffer[64]; /* input buffer */