Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dmd5.h39 typedef struct MD5Context { struct
40 u_int32_t state[4]; /* state (ABCD) */
41 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
42 unsigned char buffer[64]; /* input buffer */
/openbsd/sys/crypto/
H A Dmd5.h21 typedef struct MD5Context { struct
22 u_int32_t state[4]; /* state */
23 u_int64_t count; /* number of bits, mod 2^64 */
24 u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */
/openbsd/include/
H A Dmd5.h22 typedef struct MD5Context { struct
23 u_int32_t state[4]; /* state */
24 u_int64_t count; /* number of bits, mod 2^64 */
25 u_int8_t buffer[MD5_BLOCK_LENGTH]; /* input buffer */