Searched refs:md5_word_t (Results 1 – 2 of 2) sorted by relevance
64 typedef unsigned int md5_word_t; /* 32-bit word */ typedef68 md5_word_t count[2]; /* message length in bits, lsw first */69 md5_word_t abcd[4]; /* digest buffer */
65 #define T_MASK ((md5_word_t)~0)135 md5_word_t in md5_process()138 md5_word_t t; in md5_process()141 md5_word_t X[16]; in md5_process()144 md5_word_t xbuf[16]; in md5_process()145 const md5_word_t *X; in md5_process()167 X = (const md5_word_t *)data; in md5_process()329 md5_word_t nbits = (md5_word_t)(nbytes << 3); in md5_append()