Searched refs:dst_check_algorithm (Results 1 – 2 of 2) sorted by relevance
141 dst_check_algorithm(const int alg) in dst_check_algorithm() function166 if (dst_check_algorithm(alg)) /*%< make sure alg is available */ in dst_s_get_key_struct()330 if (!dst_check_algorithm(in_alg)) { /*%< make sure alg is available */ in dst_read_key()373 if (!dst_check_algorithm(key->dk_alg)) { /*%< make sure alg is available */ in dst_write_key()652 if (!dst_check_algorithm(alg)) { /*%< make sure alg is available */ in dst_dnskey_to_key()711 if (!dst_check_algorithm(key->dk_alg)) { /*%< make sure alg is available */ in dst_key_to_dnskey()769 if (!dst_check_algorithm(alg)) { /*%< make sure alg is available */ in dst_buffer_to_key()961 if (!dst_check_algorithm(alg)) { /*%< make sure alg is available */ in dst_generate_key()
19 #define dst_check_algorithm __dst_check_algorithm macro59 int dst_check_algorithm(const int);