Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dcrypt_sha512.c132 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block() function
272 sha512_process_block(ctx->buffer, (size_t)(bytes + pad + 16), ctx); in sha512_finish_ctx()
294 sha512_process_block(ctx->buffer, ctx->buflen & ~127, ctx); in sha512_process_bytes()
318 sha512_process_block(memcpy(ctx->buffer, buffer, 128), 128, ctx); in sha512_process_bytes()
325 sha512_process_block(buffer, len & ~127, ctx); in sha512_process_bytes()
338 sha512_process_block(ctx->buffer, 128, ctx); in sha512_process_bytes()

Completed in 8 milliseconds