Home
last modified time | relevance | path

Searched refs:dnskey_supported_algorithm_count (Results 1 – 3 of 3) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/bin/yadifa/module/
H A Dkeygen.c128 u8 count = dnskey_supported_algorithm_count(); in CONFIG_STRING()
199 u8 count = dnskey_supported_algorithm_count(); in keygen_print_keysize_help()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Ddnskey.h858 u8 dnskey_supported_algorithm_count();
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Ddnskey.c2622 dnskey_supported_algorithm_count() in dnskey_supported_algorithm_count() function
2630 if(index < dnskey_supported_algorithm_count()) in dnskey_supported_algorithm_by_index()
2642 for(int i = 0; i < dnskey_supported_algorithm_count(); ++i) in dnskey_supported_algorithm()