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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dmd5-gnu.h39 typedef u_int32_t md5_uint32; typedef
57 typedef unsigned int md5_uint32; typedef
60 typedef unsigned short md5_uint32; typedef
63 typedef unsigned long md5_uint32; typedef
83 md5_uint32 A;
84 md5_uint32 B;
85 md5_uint32 C;
86 md5_uint32 D;
88 md5_uint32 total[2];
89 md5_uint32 bufle
[all...]
H A Dmd5.c94 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
95 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
96 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
97 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
113 md5_uint32 bytes = ctx->buflen;
125 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
126 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
278 md5_uint32 correct_words[16];
279 const md5_uint32 *words = buffer;
280 size_t nwords = len / sizeof (md5_uint32);
[all...]

Completed in 91 milliseconds