Lines Matching refs:md5_uint32
41 typedef u_int32_t md5_uint32; typedef
56 typedef unsigned int md5_uint32; typedef
59 typedef unsigned short md5_uint32; typedef
62 typedef unsigned long md5_uint32; typedef
78 md5_uint32 A;
79 md5_uint32 B;
80 md5_uint32 C;
81 md5_uint32 D;
83 md5_uint32 total[2];
84 md5_uint32 buflen;
85 char buffer[128] ATTRIBUTE_ALIGNED_ALIGNOF(md5_uint32);