Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dsha1.c111 sha1_process_block (ctx->buffer, size * 4, ctx); in sha1_finish_ctx()
168 sha1_process_block (buffer, BLOCKSIZE, &ctx); in sha1_stream()
216 sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx); in sha1_process_bytes()
238 sha1_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); in sha1_process_bytes()
245 sha1_process_block (buffer, len & ~63, ctx); in sha1_process_bytes()
260 sha1_process_block (ctx->buffer, 64, ctx); in sha1_process_bytes()
287 sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx) in sha1_process_block() function
DChangeLog723 * sha1.c (sha1_process_block): Handle case that size_t is
/toolchain/binutils/binutils-2.27/include/
Dsha1.h101 extern void sha1_process_block (const void *buffer, size_t len,