Searched refs:sha1_process_bytes (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | sha1.h | 108 extern void sha1_process_bytes (const void *buffer, size_t len,
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ldbuildid.c | 117 if (!(*checksum_contents) (abfd, (sum_fn) &sha1_process_bytes, &ctx)) in generate_build_id()
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | sha1.c | 175 sha1_process_bytes (buffer, sum, &ctx); in sha1_stream() 195 sha1_process_bytes (buffer, len, &ctx); in sha1_buffer() 202 sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx) in sha1_process_bytes() function
|