Home
last modified time | relevance | path

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

/minix3/lib/libc/include/isc/
H A Ddst.h21 #define dst_check_algorithm __dst_check_algorithm macro
61 int dst_check_algorithm(const int);
/minix3/external/bsd/dhcp/dist/dst/
H A Ddst_api.c155 dst_check_algorithm(const int alg) in dst_check_algorithm() function
180 if (dst_check_algorithm(alg)) /* make sure alg is available */ in dst_s_get_key_struct()
344 if (!dst_check_algorithm(in_alg)) { /* make sure alg is available */ in dst_read_key()
384 if (!dst_check_algorithm(key->dk_alg)) { /* make sure alg is available */ in dst_write_key()
673 if (!dst_check_algorithm(alg)) { /* make sure alg is available */ in dst_dnskey_to_key()
728 if (!dst_check_algorithm(key->dk_alg)) { /* make sure alg is available */ in dst_key_to_dnskey()
787 if (!dst_check_algorithm(alg)) { /* make sure alg is available */ in dst_buffer_to_key()
975 if (!dst_check_algorithm(alg)) { /* make sure alg is available */ in dst_generate_key()
/minix3/external/bsd/dhcp/dist/includes/isc-dhcp/
H A Ddst.h20 int dst_check_algorithm(const int);