Home
last modified time | relevance | path

Searched refs:md5_word_t (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmd5.h64 typedef unsigned int md5_word_t; /* 32-bit word */ typedef
68 md5_word_t count[2]; /* message length in bits, lsw first */
69 md5_word_t abcd[4]; /* digest buffer */
Dmd5.c65 #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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmd5.h64 typedef unsigned int md5_word_t; /* 32-bit word */ typedef
68 md5_word_t count[2]; /* message length in bits, lsw first */
69 md5_word_t abcd[4]; /* digest buffer */
Dmd5.c65 #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()