Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dmd4.h31 typedef struct MD4Context { struct
32 stateMD4Context global() argument
33 countMD4Context global() argument
34 bufferMD4Context global() argument
/freebsd-src/lib/libmd/
H A Dmd4.h31 typedef struct MD4Context { global() struct
32 stateMD4Context global() argument
33 countMD4Context global() argument
34 bufferMD4Context global() argument
/freebsd-src/contrib/wpa/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 */