Lines Matching defs:ctx
49 dst_context_t *ctx = NULL;
61 ret = dst_context_create(key, mctx, &ctx);
67 ret = dst_context_adddata(ctx, &datareg);
71 dst_context_destroy(&ctx);
74 ret = dst_context_sign(ctx, &sigbuf);
77 dst_context_destroy(&ctx);
81 ret = dst_context_create(key, mctx, &ctx);
87 ret = dst_context_adddata(ctx, &datareg);
91 dst_context_destroy(&ctx);
94 ret = dst_context_verify(ctx, &sigreg);
97 dst_context_destroy(&ctx);