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

/bind-9.11.3/lib/dns/include/dst/
H A Ddst.h238 dst_context_sign(dst_context_t *dctx, isc_buffer_t *sig);
/bind-9.11.3/bin/tests/dst/
H A Ddst_test.c68 ret = dst_context_sign(ctx, &sigbuf);
H A Dt_dst.c124 ret = dst_context_sign(ctx, &sigbuf);
126 t_info("dst_context_sign(%d) returned (%s)\n",
825 isc_result = dst_context_sign(ctx, &sigbuf);
/bind-9.11.3/lib/dns/tests/
H A Dtsig_test.c100 CHECK(dst_context_sign(tsigctx, &sigbuf));
/bind-9.11.3/lib/dns/
H A Ddnssec.c338 ret = dst_context_sign(ctx, &sigbuf);
1013 RETERR(dst_context_sign(ctx, &sigbuf));
H A Dtsig.c1051 ret = dst_context_sign(ctx, &sigbuf);
H A Ddst_api.c416 dst_context_sign(dst_context_t *dctx, isc_buffer_t *sig) { function

Completed in 66 milliseconds