Searched refs:dns_tsig_verify (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dtsig.h191 dns_tsig_verify(isc_buffer_t *source, dns_message_t *msg,
/bind-9.11.3/lib/dns/tests/
H A Dtsig_test.c324 result = dns_tsig_verify(buf, msg, NULL, NULL);
326 "dns_tsig_verify: %s",
393 result = dns_tsig_verify(buf, msg, NULL, NULL);
395 "dns_tsig_verify: %s",
454 result = dns_tsig_verify(buf, msg, NULL, NULL);
456 "dns_tsig_verify: %s",
/bind-9.11.3/lib/dns/
H A Drequest.c1297 result = dns_tsig_verify(request->answer, message, NULL, NULL);
H A Dtsig.c1148 dns_tsig_verify(isc_buffer_t *source, dns_message_t *msg, function
H A Dview.c1596 return (dns_tsig_verify(source, msg, view->statickeys,
H A Dmessage.c3172 return (dns_tsig_verify(&msgb, msg, NULL, NULL));
/bind-9.11.3/bin/named/
H A Dclient.c2658 (void)dns_tsig_verify(&b, client->message, NULL, NULL);
/bind-9.11.3/bin/dig/
H A Ddighost.c4132 result = dns_tsig_verify(&query->recvbuf, msg, NULL, NULL);

Completed in 64 milliseconds