Searched refs:ldns_algorithm (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ldns/ldns/
H A Drr_functions.h246 const ldns_algorithm alg);
H A Dkeys.h72 typedef enum ldns_enum_algorithm ldns_algorithm; typedef in typeref:enum:ldns_enum_algorithm
235 ldns_status ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm);
H A Dhost2str.h206 ldns_algorithm algorithm);
248 char *ldns_pkt_algorithm2str(ldns_algorithm algorithm);
/freebsd-13-stable/contrib/ldns/
H A Drr_functions.c270 const ldns_algorithm alg)
H A Dhost2str.c214 ldns_algorithm algorithm)
282 ldns_pkt_algorithm2str(ldns_algorithm algorithm)
2140 status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k));
2161 status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k));
2179 status=ldns_algorithm2buffer_str(output, (ldns_algorithm)ldns_key_algorithm(k));
H A Dkeys.c104 ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm alg)
250 ldns_key_new_frm_fp_ecdsa_l(FILE* fp, ldns_algorithm alg, int* line_nr)
715 ldns_key_new_frm_fp_ecdsa_l(fp, (ldns_algorithm)alg, line_nr));
H A Dlibdns.vim356 syn keyword ldnsType ldns_algorithm

Completed in 502 milliseconds