Home
last modified time | relevance | path

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

/external/elfutils/lib/
Dsha1.c114 sha1_process_block (ctx->buffer, bytes + pad + 8, ctx); in sha1_finish_ctx()
135 sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx); in sha1_process_bytes()
161 sha1_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); in sha1_process_bytes()
168 sha1_process_block (buffer, len & ~63, ctx); in sha1_process_bytes()
183 sha1_process_block (ctx->buffer, 64, ctx); in sha1_process_bytes()
215 sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx) in sha1_process_block() function
Dsha1.h65 extern void sha1_process_block (const void *buffer, size_t len,