/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | md5.c | 48 # define md5_process_bytes __md5_process_bytes macro 192 md5_process_bytes (buffer, sum, &ctx); in md5_stream() 212 md5_process_bytes (buffer, len, &ctx); in md5_buffer() 220 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_bytes() function
|
H A D | md5.h | 62 # define __md5_process_bytes md5_process_bytes
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | md5.c | 178 md5_process_bytes (buffer, sum, &ctx); in md5_stream() 198 md5_process_bytes (buffer, len, &ctx); in md5_buffer() 206 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_bytes() function
|
H A D | ChangeLog | 2942 * md5.c (md5_process_bytes): Correct handling of unaligned 3814 * md5.c (md5_process_bytes): Do not assume that memcpy will 4467 * md5.c (md5_process_bytes): Check alignment. 4892 md5_buffer, md5_process_bytes, md5_process_block): Likewise. 6262 * md5.c (md5_process_bytes): Cast results back to const void *.
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | md5.c | 178 md5_process_bytes (buffer, sum, &ctx); in md5_stream() 198 md5_process_bytes (buffer, len, &ctx); in md5_buffer() 206 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_bytes() function
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | md5.c | 178 md5_process_bytes (buffer, sum, &ctx); in md5_stream() 198 md5_process_bytes (buffer, len, &ctx); in md5_buffer() 206 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_bytes() function
|
H A D | ChangeLog | 2451 * md5.c (md5_process_bytes): Correct handling of unaligned 3323 * md5.c (md5_process_bytes): Do not assume that memcpy will 3976 * md5.c (md5_process_bytes): Check alignment. 4401 md5_buffer, md5_process_bytes, md5_process_block): Likewise. 5771 * md5.c (md5_process_bytes): Cast results back to const void *.
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | md5.c | 178 md5_process_bytes (buffer, sum, &ctx); in md5_stream() 198 md5_process_bytes (buffer, len, &ctx); in md5_buffer() 206 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) in md5_process_bytes() function
|
H A D | ChangeLog | 2532 * md5.c (md5_process_bytes): Correct handling of unaligned 3404 * md5.c (md5_process_bytes): Do not assume that memcpy will 4057 * md5.c (md5_process_bytes): Check alignment. 4482 md5_buffer, md5_process_bytes, md5_process_block): Likewise. 5852 * md5.c (md5_process_bytes): Cast results back to const void *.
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | md5.h | 117 extern void md5_process_bytes (const void *buffer, size_t len,
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | md5.h | 121 extern void md5_process_bytes (const void *buffer, size_t len,
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | md5.h | 121 extern void md5_process_bytes (const void *buffer, size_t len,
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | md5.h | 121 extern void md5_process_bytes (const void *buffer, size_t len,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genchecksum.c | 86 md5_process_bytes (buffer, sum, ctx); in dosum()
|
H A D | gcov.c | 2545 md5_process_bytes (src_name, strlen (src_name), &ctx); in make_gcov_file_name()
|
H A D | dwarf2out.c | 6864 #define CHECKSUM(FOO) md5_process_bytes (&(FOO), sizeof (FOO), ctx) 6865 #define CHECKSUM_BLOCK(FOO, SIZE) md5_process_bytes ((FOO), (SIZE), ctx) 6866 #define CHECKSUM_STRING(FOO) md5_process_bytes ((FOO), strlen (FOO), ctx) 7002 #define CHECKSUM(FOO) md5_process_bytes (&(FOO), sizeof (FOO), ctx) 7003 #define CHECKSUM_BLOCK(FOO, SIZE) md5_process_bytes ((FOO), (SIZE), ctx) 7004 #define CHECKSUM_STRING(FOO) md5_process_bytes ((FOO), strlen (FOO) + 1, ctx) 28363 md5_process_bytes (&code, 1, &ctx); in optimize_macinfo_range() 28365 md5_process_bytes (cur->info, strlen (cur->info) + 1, &ctx); in optimize_macinfo_range()
|
H A D | fold-const.c | 13056 md5_process_bytes (expr, tree_size (expr), ctx); in fold_checksum_tree() 13071 md5_process_bytes (TREE_STRING_POINTER (expr), in fold_checksum_tree()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genchecksum.cc | 86 md5_process_bytes (buffer, sum, ctx); in dosum()
|
H A D | gcov.cc | 1160 md5_process_bytes (input, strlen (input), &ctx); in get_md5sum()
|
H A D | dwarf2out.cc | 7010 #define CHECKSUM(FOO) md5_process_bytes (&(FOO), sizeof (FOO), ctx) 7011 #define CHECKSUM_BLOCK(FOO, SIZE) md5_process_bytes ((FOO), (SIZE), ctx) 7012 #define CHECKSUM_STRING(FOO) md5_process_bytes ((FOO), strlen (FOO), ctx) 7148 #define CHECKSUM(FOO) md5_process_bytes (&(FOO), sizeof (FOO), ctx) 7149 #define CHECKSUM_BLOCK(FOO, SIZE) md5_process_bytes ((FOO), (SIZE), ctx) 7150 #define CHECKSUM_STRING(FOO) md5_process_bytes ((FOO), strlen (FOO) + 1, ctx) 29002 md5_process_bytes (&code, 1, &ctx); in optimize_macinfo_range() 29004 md5_process_bytes (cur->info, strlen (cur->info) + 1, &ctx); in optimize_macinfo_range()
|
H A D | fold-const.cc | 13654 md5_process_bytes (expr, tree_size (expr), ctx); in fold_checksum_tree() 13669 md5_process_bytes (TREE_STRING_POINTER (expr), in fold_checksum_tree()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldbuildid.c | 108 if (!(*checksum_contents) (abfd, (sum_fn) &md5_process_bytes, &ctx)) in generate_build_id()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldbuildid.c | 108 if (!(*checksum_contents) (abfd, (sum_fn) &md5_process_bytes, &ctx)) in generate_build_id()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | update.c | 1850 md5_process_bytes (buffer, len, &data->context); in patch_file_write()
|
H A D | client.c | 1768 md5_process_bytes (buf, len, &context); in update_entries()
|