Lines Matching refs:ldns_key_algorithm
2972 switch(ldns_key_algorithm(k)) { in ldns_key2buffer_str()
2983 switch(ldns_key_algorithm(k)) { in ldns_key2buffer_str()
3016 ldns_key_algorithm(k)); in ldns_key2buffer_str()
3020 ldns_key_algorithm(k)); in ldns_key2buffer_str()
3074 if (ldns_key_algorithm(k) == LDNS_SIGN_DSA) { in ldns_key2buffer_str()
3076 } else if (ldns_key_algorithm(k) == LDNS_SIGN_DSA_NSEC3) { in ldns_key2buffer_str()
3130 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
3131 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()
3151 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
3152 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()
3162 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
3163 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()