OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDNSKeyInfoEx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
DNSServerDNSSEC.h
35
DNSKeyInfoRef _Nullable
GetDNSKeyInfoEx
( uint32_t inAlgorithm, uint32_t inIndex, Boolean inGetZSK );
36
#define GetDNSKeyInfoKSK( ALGORITHM, INDEX )
GetDNSKeyInfoEx
( ALGORITHM, INDEX, false )
37
#define GetDNSKeyInfoZSK( ALGORITHM, INDEX )
GetDNSKeyInfoEx
( ALGORITHM, INDEX, true )
DNSServerDNSSEC.c
3240
DNSKeyInfoRef
GetDNSKeyInfoEx
( const uint32_t inAlgorithm, const uint32_t inIndex, const Boolean inGetZSK )
Completed in 30 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026