HomeSort by relevance Sort by last modified time
    Searched refs:sha1_process_block (Results 1 - 2 of 2) sorted by null

  /external/elfutils/lib/
sha1.h 62 extern void sha1_process_block (const void *buffer, size_t len,
sha1.c 114 sha1_process_block (ctx->buffer, bytes + pad + 8, ctx);
138 sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx);
164 sha1_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx);
171 sha1_process_block (buffer, len & ~63, ctx);
186 sha1_process_block (ctx->buffer, 64, ctx);
218 sha1_process_block (buffer, len, ctx) function

Completed in 231 milliseconds