Home
last modified time | relevance | path

Searched refs:md5_uint32 (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dmd5.c67 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 …]
DChangeLog2027 (md5_process_block): Add cast to const md5_uint32 *.
/openbsd/src/gnu/gcc/include/
Dmd5.h41 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;
[all …]
DChangeLog-9103819 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dmd5.h41 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;
[all …]
DChangeLog-9103819 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
/openbsd/src/gnu/lib/libiberty/include/
Dmd5.h41 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;
[all …]
DChangeLog431 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
/openbsd/src/gnu/usr.bin/binutils/include/
Dmd5.h39 typedef u_int32_t md5_uint32; typedef
53 typedef unsigned int md5_uint32; typedef
56 typedef unsigned short md5_uint32; typedef
59 typedef unsigned long md5_uint32; typedef
79 md5_uint32 A;
80 md5_uint32 B;
81 md5_uint32 C;
82 md5_uint32 D;
84 md5_uint32 total[2];
85 md5_uint32 buflen;
DChangeLog483 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
DChangeLog-9103874 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.