Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dmd4.h43 typedef struct MD4Context { struct
44 uint32_t state[4]; /* state (ABCD) */
45 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
46 unsigned char buffer[MD4_BLOCK_LENGTH]; /* input buffer */
/netbsd-src/external/bsd/wpa/dist/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 */