ldns_key_new_frm_fp_l (3) Linux Manual Page
NAME ldns_key_new_frm_algorithm, ldns_key_new_frm_fp, ldns_key_new_frm_fp_l SYNOPSIS #include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_key* ldns_key_new_frm_algorithm(ldns_signing_algorithm a, uint16_t size); ldns_status ldns_key_new_frm_fp(ldns_key **k, FILE *fp); ldns_status ldns_key_new_frm_fp_l(ldns_key **k, FILE *fp, int *line_nr); DESCRIPTION ldns_key_new_frm_algorithm() Creates a new key based on the algorithm .br a: The algorithm to use .br size: the number of bytes for the keysize .br Returns…
