mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-18 10:08:13 -05:00
when searching a DNSKEY or KEY rrset for the key that matches a particular algorithm and ID, it's a waste of time to convert every key into a dst_key object; it's faster to compute the key ID by checksumming the region, and then only do the full key conversion once we know we've found the correct key. this optimization was already in use in the validator, but it's been refactored for code clarity, and is now also used in query.c and message.c. |
||
|---|---|---|
| .. | ||
| dst.h | ||
| gssapi.h | ||