Searched refs:ldns_key_algorithm (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/ldns/
H A Ddnssec_sign.c107 ldns_key_algorithm(current_key)));
124 switch(ldns_key_algorithm(current_key)) {
H A Dhost2str.c1958 switch(ldns_key_algorithm(k)) {
1969 switch(ldns_key_algorithm(k)) {
2002 ldns_key_algorithm(k));
2006 ldns_key_algorithm(k));
2148 if (ldns_key_algorithm(k) == LDNS_SIGN_DSA) {
2150 } else if (ldns_key_algorithm(k) == LDNS_SIGN_DSA_NSEC3) {
2263 ldns_buffer_printf(output, "Algorithm: %d (", ldns_key_algorithm(k));
2264 status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k));
H A Dkeys.c1097 ldns_key_algorithm(const ldns_key *k) function
1395 switch (ldns_key_algorithm(k)) {
1418 switch(ldns_key_algorithm(k)) {
1425 ldns_native2rdf_int8(LDNS_RDF_TYPE_ALG, ldns_key_algorithm(k)));
1489 LDNS_RDF_TYPE_ALG, ldns_key_algorithm(k)));
1513 LDNS_RDF_TYPE_ALG, ldns_key_algorithm(k)));
1553 ldns_key_algorithm(k)));
1667 ldns_key_algorithm(key),
/freebsd-11-stable/contrib/ldns/ldns/
H A Dkeys.h461 ldns_signing_algorithm ldns_key_algorithm(const ldns_key *k);

Completed in 124 milliseconds