Lines Matching defs:ops
233 const sha256_ops_t *ops = ctx->ops;
237 ops->transform(ctx->state, m, 1);
247 ops->transform(ctx->state, data, blocks);
265 const sha512_ops_t *ops = ctx->ops;
269 ops->transform(ctx->state, m, 1);
279 ops->transform(ctx->state, data, blocks);
297 const sha256_ops_t *ops = ctx->ops;
302 ops->transform(ctx->state, m, 1);
309 ops->transform(ctx->state, m, 1);
341 const sha512_ops_t *ops = ctx->ops;
346 ops->transform(ctx->state, m, 1);
353 ops->transform(ctx->state, m, 1);
419 ctx256->ops = sha256_get_ops();
433 ctx512->ops = sha512_get_ops();
446 ctx512->ops = sha512_get_ops();