Lines Matching refs:ldns_key_algorithm
2975 switch(ldns_key_algorithm(k)) { in ldns_key2buffer_str()
2986 switch(ldns_key_algorithm(k)) { in ldns_key2buffer_str()
3019 ldns_key_algorithm(k)); in ldns_key2buffer_str()
3023 ldns_key_algorithm(k)); in ldns_key2buffer_str()
3077 if (ldns_key_algorithm(k) == LDNS_SIGN_DSA) { in ldns_key2buffer_str()
3079 } else if (ldns_key_algorithm(k) == LDNS_SIGN_DSA_NSEC3) { in ldns_key2buffer_str()
3133 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
3134 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()
3154 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
3155 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()
3165 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
3166 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()