Searched refs:sha512_process_block (Results 1 - 1 of 1) sorted by relevance
/external/syslinux/com32/libutil/ |
H A D | sha512crypt.c | 95 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) function 232 sha512_process_block(ctx->buffer, bytes + pad + 16, ctx); 254 sha512_process_block(ctx->buffer, ctx->buflen & ~127, ctx); 278 sha512_process_block(memcpy(ctx->buffer, buffer, 128), 128, 285 sha512_process_block(buffer, len & ~127, ctx); 298 sha512_process_block(ctx->buffer, 128, ctx);
|
Completed in 68 milliseconds