Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context); argument
/netbsd/sys/sys/
H A Dmd5.h42 typedef struct MD5Context { struct
43 uint32_t state[4]; /* state (ABCD) */
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
45 unsigned char buffer[MD5_BLOCK_LENGTH]; /* input buffer */
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmd5.h53 typedef struct MD5Context { struct
54 uint32_t state[4]; /* state (ABCD) */
55 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
56 unsigned char buffer[64]; /* input buffer */