30 #ifdef HAVE_SYS_TYPES_H
31 # include <sys/types.h>
36 #include <ldns/ldns.h>
43 #include "libhsmdns.h"
102 uint8_t algorithm, uint32_t flags,
int publish,
int ksk,
int zsk);
keylist_type * keylist_create(signconf_type *sc)
key_type * keylist_push(keylist_type *kl, const char *locator, const char *resourcerecord, uint8_t algorithm, uint32_t flags, int publish, int ksk, int zsk)
void keylist_log(keylist_type *kl, const char *name)
key_type * keylist_lookup_by_locator(keylist_type *kl, const char *locator)
void keylist_cleanup(keylist_type *kl)
void keylist_backup(FILE *fd, keylist_type *kl, const char *version)
key_type * key_recover2(FILE *fd, keylist_type *kl)
const char * resourcerecord
hsm_sign_params_t * params