Searched refs:dst_context_sign (Results 1 - 7 of 7) sorted by relevance
| /bind-9.11.3/lib/dns/include/dst/ |
| H A D | dst.h | 238 dst_context_sign(dst_context_t *dctx, isc_buffer_t *sig);
|
| /bind-9.11.3/bin/tests/dst/ |
| H A D | dst_test.c | 68 ret = dst_context_sign(ctx, &sigbuf);
|
| H A D | t_dst.c | 124 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 D | tsig_test.c | 100 CHECK(dst_context_sign(tsigctx, &sigbuf));
|
| /bind-9.11.3/lib/dns/ |
| H A D | dnssec.c | 338 ret = dst_context_sign(ctx, &sigbuf); 1013 RETERR(dst_context_sign(ctx, &sigbuf));
|
| H A D | tsig.c | 1051 ret = dst_context_sign(ctx, &sigbuf);
|
| H A D | dst_api.c | 416 dst_context_sign(dst_context_t *dctx, isc_buffer_t *sig) { function
|
Completed in 54 milliseconds