Searched refs:sha1_process_block (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | sha1.c | 111 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
|
D | ChangeLog | 723 * sha1.c (sha1_process_block): Handle case that size_t is
|
/toolchain/binutils/binutils-2.27/include/ |
D | sha1.h | 101 extern void sha1_process_block (const void *buffer, size_t len,
|