Searched refs:sig0key (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h248 dst_key_t *sig0key; member in struct:dns_message
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c160 static dst_key_t *sig0key = NULL; variable
705 if (sig0key != NULL)
706 dst_key_free(&sig0key);
761 dst_key_attach(dstkey, &sig0key);
793 if (sig0key != NULL) {
795 dst_key_free(&sig0key);
2423 if (tsigkey == NULL && sig0key != NULL) {
2424 result = dns_message_setsig0key(updatemsg, sig0key);
3234 if (sig0key != NULL)
3235 dst_key_free(&sig0key);
[all...]
/bind-9.11.3/lib/dns/
H A Dmessage.c393 m->sig0key = NULL;
2256 if ((msg->tsigkey != NULL || msg->sig0key != NULL || msg->opt) &&
2317 if (msg->sig0key != NULL) {
2320 result = dns_dnssec_signmessage(msg, msg->sig0key);
2810 REQUIRE(msg->tsigkey == NULL && msg->sig0key == NULL);
2976 REQUIRE(msg->sig0key == NULL && msg->tsigkey == NULL);
2989 msg->sig0key = key;
3003 return (msg->sig0key);
H A Dclient.c235 dst_key_t *sig0key; member in struct:updatectx
1927 if (uctx->sig0key != NULL)
1928 dst_key_free(&uctx->sig0key);
2054 if (uctx->tsigkey == NULL && uctx->sig0key != NULL) {
2056 uctx->sig0key);
2892 uctx->sig0key = NULL;
3059 uctx->sig0key == NULL);
/bind-9.11.3/bin/named/
H A Dclient.c1269 if (client->message->sig0key != NULL) {

Completed in 47 milliseconds