Home
last modified time | relevance | path

Searched refs:md5_process_bytes (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmd5.c48 # 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 Dmd5.h62 # define __md5_process_bytes md5_process_bytes
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dmd5.c178 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 DChangeLog2942 * 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 Dmd5.c178 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 Dmd5.c178 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 DChangeLog2451 * 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 Dmd5.c178 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 DChangeLog2532 * 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 Dmd5.h117 extern void md5_process_bytes (const void *buffer, size_t len,
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dmd5.h121 extern void md5_process_bytes (const void *buffer, size_t len,
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dmd5.h121 extern void md5_process_bytes (const void *buffer, size_t len,
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dmd5.h121 extern void md5_process_bytes (const void *buffer, size_t len,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenchecksum.c86 md5_process_bytes (buffer, sum, ctx); in dosum()
H A Dgcov.c2545 md5_process_bytes (src_name, strlen (src_name), &ctx); in make_gcov_file_name()
H A Ddwarf2out.c6864 #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 Dfold-const.c13056 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 Dgenchecksum.cc86 md5_process_bytes (buffer, sum, ctx); in dosum()
H A Dgcov.cc1160 md5_process_bytes (input, strlen (input), &ctx); in get_md5sum()
H A Ddwarf2out.cc7010 #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 Dfold-const.cc13654 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 Dldbuildid.c108 if (!(*checksum_contents) (abfd, (sum_fn) &md5_process_bytes, &ctx)) in generate_build_id()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldbuildid.c108 if (!(*checksum_contents) (abfd, (sum_fn) &md5_process_bytes, &ctx)) in generate_build_id()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dupdate.c1850 md5_process_bytes (buffer, len, &data->context); in patch_file_write()
H A Dclient.c1768 md5_process_bytes (buf, len, &context); in update_entries()