Home
last modified time | relevance | path

Searched defs:keyroll_s (Results 1 – 1 of 1) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yakeyrolld/
H A Dkeyroll.h103 typedef struct keyroll_s struct
105 u8 *domain;
107 host_address *server;
108 dnskey_keyring *keyring;
109 char *plan_path;
110 char *keys_path;
111 char *private_keys_path;
135 s64 keyroll_set_timing_steps(keyroll_t *keyroll, dnssec_key *key, bool dirty); argument