Searched defs:sha1_process_block (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/lib/
H A Dsha1.c116 sha1_process_block (ctx->buffer, bytes + pad + 8, ctx);
140 sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx);
166 sha1_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx);
173 sha1_process_block (buffer, len & ~63, ctx);
188 sha1_process_block (ctx->buffer, 64, ctx);
220 sha1_process_block (buffer, len, ctx) function

Completed in 660 milliseconds