Lines Matching refs:op
105 nx_ctx->op.inlen = (nx_ctx->in_sg - in_sg) * sizeof(struct nx_sg); in nx_xcbc_empty()
106 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_empty()
108 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in nx_xcbc_empty()
134 nx_ctx->op.inlen = (nx_ctx->in_sg - in_sg) * sizeof(struct nx_sg); in nx_xcbc_empty()
135 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_empty()
137 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in nx_xcbc_empty()
224 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_update()
265 nx_ctx->op.inlen = (nx_ctx->in_sg - in_sg) * in nx_xcbc_update()
277 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_xcbc_update()
282 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in nx_xcbc_update()
356 nx_ctx->op.inlen = (nx_ctx->in_sg - in_sg) * sizeof(struct nx_sg); in nx_xcbc_final()
357 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_final()
359 if (!nx_ctx->op.outlen) { in nx_xcbc_final()
364 rc = nx_hcall_sync(nx_ctx, &nx_ctx->op, in nx_xcbc_final()