Searched refs:uint_fast32_t (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib/ |
H A D | md4.h | 17 uint_fast32_t lo, hi; 18 uint_fast32_t a, b, c, d; 20 uint_fast32_t block[MD4_RESULTLEN];
|
H A D | md5.h | 17 uint_fast32_t lo, hi; 18 uint_fast32_t a, b, c, d; 20 uint_fast32_t block[MD5_RESULTLEN];
|
H A D | md4.c | 46 /* uint_fast32_t might be 64 bit, and thus may read 4 more bytes 56 (uint_fast32_t)ptr[(n) * 4] | \ 57 ((uint_fast32_t)ptr[(n) * 4 + 1] << 8) | \ 58 ((uint_fast32_t)ptr[(n) * 4 + 2] << 16) | \ 59 ((uint_fast32_t)ptr[(n) * 4 + 3] << 24)) 179 uint_fast32_t saved_lo;
|
H A D | md5.c | 57 (uint_fast32_t)ptr[(n) * 4] | \ 58 ((uint_fast32_t)ptr[(n) * 4 + 1] << 8) | \ 59 ((uint_fast32_t)ptr[(n) * 4 + 2] << 16) | \ 60 ((uint_fast32_t)ptr[(n) * 4 + 3] << 24)) 73 uint_fast32_t a, b, c, d; 74 uint_fast32_t saved_a, saved_b, saved_c, saved_d; 193 uint_fast32_t saved_lo;
|
H A D | compat.h | 64 typedef unsigned int uint_fast32_t; typedef 66 typedef unsigned long uint_fast32_t; typedef
|
Completed in 2221 milliseconds