Searched defs:iSCSI_MD5Context (Results 1 – 1 of 1) sorted by relevance
46 typedef struct iSCSI_MD5Context { struct47 uint32_t state[4]; /* state (ABCD) */48 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */49 unsigned char buffer[64]; /* input buffer */