Searched refs:md5_uint32 (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dmd5.h47 typedef u_int32_t md5_uint32; typedef
65 typedef unsigned int md5_uint32; typedef
68 typedef unsigned short md5_uint32; typedef
71 typedef unsigned long md5_uint32; typedef
84 md5_uint32 A;
85 md5_uint32 B;
86 md5_uint32 C;
87 md5_uint32 D;
89 md5_uint32 total[2];
90 md5_uint32 bufle
[all...]
H A Dmd5.c80 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
81 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
82 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
83 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
97 md5_uint32 bytes = ctx->buflen;
109 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
110 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
251 md5_uint32 correct_words[16];
252 const md5_uint32 *words = buffer;
253 size_t nwords = len / sizeof (md5_uint32);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmd5sum.c77 typedef u_int32_t md5_uint32; typedef
82 md5_uint32 A;
83 md5_uint32 B;
84 md5_uint32 C;
85 md5_uint32 D;
87 md5_uint32 total[2];
88 md5_uint32 buflen;
178 md5_uint32 bytes = ctx->buflen;
195 *(md5_uint32 *) & ctx->buffer[bytes + pad] = SWAP(ctx->total[0] << 3);
196 *(md5_uint32 *)
[all...]

Completed in 43 milliseconds