Searched refs:md5_uint32 (Results 1 – 11 of 11) sorted by relevance
67 ctx->A = (md5_uint32) 0x67452301; in md5_init_ctx()68 ctx->B = (md5_uint32) 0xefcdab89; in md5_init_ctx()69 ctx->C = (md5_uint32) 0x98badcfe; in md5_init_ctx()70 ctx->D = (md5_uint32) 0x10325476; in md5_init_ctx()84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx()85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx()86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx()87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx()101 md5_uint32 bytes = ctx->buflen; in md5_finish_ctx()113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); in md5_finish_ctx()[all …]
2027 (md5_process_block): Add cast to const md5_uint32 *.
41 typedef u_int32_t md5_uint32; typedef56 typedef unsigned int md5_uint32; typedef59 typedef unsigned short md5_uint32; typedef62 typedef unsigned long md5_uint32; typedef78 md5_uint32 A;79 md5_uint32 B;80 md5_uint32 C;81 md5_uint32 D;83 md5_uint32 total[2];84 md5_uint32 buflen;[all …]
819 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
431 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
39 typedef u_int32_t md5_uint32; typedef53 typedef unsigned int md5_uint32; typedef56 typedef unsigned short md5_uint32; typedef59 typedef unsigned long md5_uint32; typedef79 md5_uint32 A;80 md5_uint32 B;81 md5_uint32 C;82 md5_uint32 D;84 md5_uint32 total[2];85 md5_uint32 buflen;
483 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
874 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.