Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dcrypt_sha512.c122 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block() function
262 sha512_process_block(ctx->buffer, (size_t)(bytes + pad + 16), ctx); in sha512_finish_ctx()
284 sha512_process_block(ctx->buffer, ctx->buflen & ~127, ctx); in sha512_process_bytes()
308 sha512_process_block(memcpy(ctx->buffer, buffer, 128), 128, ctx); in sha512_process_bytes()
315 sha512_process_block(buffer, len & ~127, ctx); in sha512_process_bytes()
328 sha512_process_block(ctx->buffer, 128, ctx); in sha512_process_bytes()

Completed in 6 milliseconds