Home
last modified time | relevance | path

Searched refs:DNSSECAlgorithm (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnsforwarder/dnsforwarder-6.1.15/
H A Ddnsrelated.c50 const DNSSECAlgorithm DNSSECAlgorithmList[] = {
88 static int DNSSECAlgorithm_Compare(DNSSECAlgorithm *Key, DNSSECAlgorithm *Element) in DNSSECAlgorithm_Compare()
95 DNSSECAlgorithm Key = {Num, NULL}; in DNSSECGetAlgorithmName()
97 DNSSECAlgorithm *Result = NULL; in DNSSECGetAlgorithmName()
99 …SSECAlgorithmList, sizeof(DNSSECAlgorithmList) / sizeof(DNSSECAlgorithm), sizeof(DNSSECAlgorithm),… in DNSSECGetAlgorithmName()
H A Ddnsrelated.h63 } DNSSECAlgorithm; typedef
67 extern const DNSSECAlgorithm DNSSECAlgorithmList[];