Home
last modified time | relevance | path

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

/minix3/minix/drivers/storage/filter/
H A Dmd5.h13 struct MD5Context { struct
19 void MD5Init(struct MD5Context *context); argument
/minix3/sys/sys/
H A Dmd5.h41 typedef struct MD5Context { struct
42 uint32_t state[4]; /* state (ABCD) */
43 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
44 unsigned char buffer[64]; /* input buffer */
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmd5.h43 typedef struct MD5Context { 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[64]; /* input buffer */