Searched defs:sha256_transf (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dsha2.c179 sha256_transf(struct sha256_ctx *ctx, const unsigned char *data, function
258 sha256_transf(ctx, ctx->block, 1);
259 sha256_transf(ctx, shifted_message, block_nb);
286 sha256_transf(ctx, ctx->block, block_nb);

Completed in 7 milliseconds