Home
last modified time | relevance | path

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

/external/elfutils/src/lib/
Dsha1.c119 sha1_process_block (ctx->buffer, bytes + pad + 8, ctx);
143 sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx);
169 sha1_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx);
176 sha1_process_block (buffer, len & ~63, ctx);
191 sha1_process_block (ctx->buffer, 64, ctx);
223 sha1_process_block (buffer, len, ctx) in sha1_process_block() function
Dsha1.h65 extern void sha1_process_block (const void *buffer, size_t len,