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

/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c141 static dst_key_t *sig0key; variable
578 if (sig0key != NULL)
579 dst_key_free(&sig0key);
622 dst_key_attach(dstkey, &sig0key);
642 if (sig0key != NULL) {
644 dst_key_free(&sig0key);
2048 if (tsigkey == NULL && sig0key != NULL) {
2049 result = dns_message_setsig0key(updatemsg, sig0key);
2735 if (sig0key != NULL)
2736 dst_key_free(&sig0key);
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dmessage.h242 dst_key_t *sig0key; member in struct:dns_message
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c412 m->sig0key = NULL;
2080 if ((msg->tsigkey != NULL || msg->sig0key != NULL || msg->opt) &&
2143 if (msg->sig0key != NULL) {
2146 result = dns_dnssec_signmessage(msg, msg->sig0key);
2635 REQUIRE(msg->tsigkey == NULL && msg->sig0key == NULL);
2802 REQUIRE(msg->sig0key == NULL && msg->tsigkey == NULL);
2815 msg->sig0key = key;
2829 return (msg->sig0key);
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c1033 if (client->message->sig0key != NULL) {

Completed in 2915 milliseconds