Searched refs:sha512_transf (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dsha2.c306 sha512_transf(struct sha512_ctx *ctx, const unsigned char *data, function
384 sha512_transf(ctx, ctx->block, 1);
385 sha512_transf(ctx, shifted_message, block_nb);
412 sha512_transf(ctx, ctx->block, block_nb);

Completed in 11 milliseconds