bind9/lib/dns/include/dst
Evan Hunt 2e6107008d optimize key ID check when searching for matching keys
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.
2025-03-20 18:22:58 +00:00
..
dst.h optimize key ID check when searching for matching keys 2025-03-20 18:22:58 +00:00
gssapi.h Remove C++ support from the public header 2024-12-18 13:10:39 +01:00