Lines Matching refs:ldns_key_algorithm
1983 switch(ldns_key_algorithm(k)) { in ldns_key2buffer_str()
1994 switch(ldns_key_algorithm(k)) { in ldns_key2buffer_str()
2027 ldns_key_algorithm(k)); in ldns_key2buffer_str()
2031 ldns_key_algorithm(k)); in ldns_key2buffer_str()
2084 if (ldns_key_algorithm(k) == LDNS_SIGN_DSA) { in ldns_key2buffer_str()
2086 } else if (ldns_key_algorithm(k) == LDNS_SIGN_DSA_NSEC3) { in ldns_key2buffer_str()
2139 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
2140 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()
2160 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
2161 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()
2178 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k)); in ldns_key2buffer_str()
2179 … status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k)); in ldns_key2buffer_str()