Searched defs:sign (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 247 sign(unsigned char *data, unsigned int length, unsigned char *hmac, function 405 return (sign((unsigned char *) (*buffer)->base + signed_base,
|
/bind-9.11.3/lib/dns/ |
H A D | dst_internal.h | 197 isc_result_t (*sign)(dst_context_t *dctx, isc_buffer_t *sig); member in struct:dst_func
|
/bind-9.11.3/bin/tests/hashes/ |
H A D | t_hashes.c | 388 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign, argument 406 sign(&ctx, dbuf.b, out->digest_len);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 189 sign(isc_task_t *task, isc_event_t *event); 288 fatal("dnskey '%s' failed to sign data: %s", 1528 sign, NULL, sizeof(sevent_t)); 1572 sign(isc_task_t *task, isc_event_t *event) { function 2566 fatal("cannot sign zone with non-private dnskey %s", 3027 fprintf(stderr, "disable post-sign verification\n");
|
Completed in 25 milliseconds