Home
last modified time | relevance | path

Searched defs:MD4Context (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dmd4.h44 typedef struct MD4Context { struct
45 u_int32_t state[4]; /* state (ABCD) */
46 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
47 unsigned char buffer[64]; /* input buffer */
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dmd4-internal.c17 typedef struct MD4Context { struct
18 u32 state[4]; /* state */
19 u64 count; /* number of bits, mod 2^64 */
20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */