Home
last modified time | relevance | path

Searched refs:sha1_process_bytes (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dsha1.h108 extern void sha1_process_bytes (const void *buffer, size_t len,
/toolchain/binutils/binutils-2.27/ld/
Dldbuildid.c117 if (!(*checksum_contents) (abfd, (sum_fn) &sha1_process_bytes, &ctx)) in generate_build_id()
/toolchain/binutils/binutils-2.27/libiberty/
Dsha1.c175 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