Searched refs:dst_check_algorithm (Results 1 – 3 of 3) sorted by relevance
21 #define dst_check_algorithm __dst_check_algorithm macro61 int dst_check_algorithm(const int);
155 dst_check_algorithm(const int alg) in dst_check_algorithm() function180 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()
20 int dst_check_algorithm(const int);