Lines Matching defs:key

293 dst_context_create(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category,  in dst_context_create()
365 dst_key_t *key; in dst_context_sign() local
450 dst_key_tofile(const dst_key_t *key, int type, const char *directory) { in dst_key_tofile()
487 dst_key_setexternal(dst_key_t *key, bool value) { in dst_key_setexternal()
494 dst_key_isexternal(dst_key_t *key) { in dst_key_isexternal()
501 dst_key_setmodified(dst_key_t *key, bool value) { in dst_key_setmodified()
510 dst_key_ismodified(const dst_key_t *key) { in dst_key_ismodified()
558 dst_key_t *key; in dst_key_fromfile() local
608 dst_key_t *pubkey = NULL, *key = NULL; in dst_key_fromnamedfile() local
750 dst_key_todns(const dst_key_t *key, isc_buffer_t *target) { in dst_key_todns()
795 dst_key_t *key = NULL; in dst_key_fromdns_ex() local
838 dst_key_t *key = NULL; in dst_key_frombuffer() local
860 dst_key_tobuffer(const dst_key_t *key, isc_buffer_t *target) { in dst_key_tobuffer()
875 dst_key_privatefrombuffer(dst_key_t *key, isc_buffer_t *buffer) { in dst_key_privatefrombuffer()
899 dst_key_getgssctx(const dst_key_t *key) { in dst_key_getgssctx()
908 dst_key_t *key; in dst_key_fromgssapi() local
945 dst_key_t *key; in dst_key_buildinternal() local
979 dst_key_t *key; in dst_key_fromlabel() local
1021 dst_key_t *key; in dst_key_generate() local
1065 dst_key_getbool(const dst_key_t *key, int type, bool *valuep) { in dst_key_getbool()
1086 dst_key_setbool(dst_key_t *key, int type, bool value) { in dst_key_setbool()
1099 dst_key_unsetbool(dst_key_t *key, int type) { in dst_key_unsetbool()
1110 dst_key_getnum(const dst_key_t *key, int type, uint32_t *valuep) { in dst_key_getnum()
1131 dst_key_setnum(dst_key_t *key, int type, uint32_t value) { in dst_key_setnum()
1144 dst_key_unsetnum(dst_key_t *key, int type) { in dst_key_unsetnum()
1155 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep) { in dst_key_gettime()
1175 dst_key_settime(dst_key_t *key, int type, isc_stdtime_t when) { in dst_key_settime()
1188 dst_key_unsettime(dst_key_t *key, int type) { in dst_key_unsettime()
1199 dst_key_getstate(const dst_key_t *key, int type, dst_key_state_t *statep) { in dst_key_getstate()
1220 dst_key_setstate(dst_key_t *key, int type, dst_key_state_t state) { in dst_key_setstate()
1233 dst_key_unsetstate(dst_key_t *key, int type) { in dst_key_unsetstate()
1244 dst_key_getprivateformat(const dst_key_t *key, int *majorp, int *minorp) { in dst_key_getprivateformat()
1254 dst_key_setprivateformat(dst_key_t *key, int major, int minor) { in dst_key_setprivateformat()
1392 dst_key_t *key = *keyp; in dst_key_free() local
1420 dst_key_isprivate(const dst_key_t *key) { in dst_key_isprivate()
1427 dst_key_buildfilename(const dst_key_t *key, int type, const char *directory, in dst_key_buildfilename()
1438 dst_key_sigsize(const dst_key_t *key, unsigned int *n) { in dst_key_sigsize()
1492 dst_key_secretsize(const dst_key_t *key, unsigned int *n) { in dst_key_secretsize()
1508 dst_key_setflags(dst_key_t *key, uint32_t flags) { in dst_key_setflags()
1515 dst_key_format(const dst_key_t *key, char *cp, unsigned int size) { in dst_key_format()
1526 dst_key_dump(dst_key_t *key, isc_mem_t *mctx, char **buffer, int *length) { in dst_key_dump()
1542 dst_key_t *key; in dst_key_restore() local
1581 dst_key_t *key; in get_key_struct() local
1616 dst_key_inactive(const dst_key_t *key) { in dst_key_inactive()
1623 dst_key_setinactive(dst_key_t *key, bool inactive) { in dst_key_setinactive()
1969 issymmetric(const dst_key_t *key) { in issymmetric()
2002 printbool(const dst_key_t *key, int type, const char *tag, FILE *stream) { in printbool()
2017 printnum(const dst_key_t *key, int type, const char *tag, FILE *stream) { in printnum()
2032 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) { in printtime()
2064 printstate(const dst_key_t *key, int type, const char *tag, FILE *stream) { in printstate()
2079 write_key_state(const dst_key_t *key, int type, const char *directory) { in write_key_state()
2171 write_public_key(const dst_key_t *key, int type, const char *directory) { in write_public_key()
2329 computeid(dst_key_t *key) { in computeid()
2352 dst_key_t *key; in frombuffer() local
2429 dst_key_tkeytoken(const dst_key_t *key) { in dst_key_tkeytoken()
2440 dst_key_is_unused(dst_key_t *key) { in dst_key_is_unused()
2509 dst_key_role(dst_key_t *key, bool *ksk, bool *zsk) { in dst_key_role()
2538 dst_key_is_published(dst_key_t *key, isc_stdtime_t now, in dst_key_is_published()
2572 dst_key_is_active(dst_key_t *key, isc_stdtime_t now) { in dst_key_is_active()
2631 dst_key_is_signing(dst_key_t *key, int role, isc_stdtime_t now, in dst_key_is_signing()
2687 dst_key_is_revoked(dst_key_t *key, isc_stdtime_t now, isc_stdtime_t *revoke) { in dst_key_is_revoked()
2704 dst_key_is_removed(dst_key_t *key, isc_stdtime_t now, isc_stdtime_t *remove) { in dst_key_is_removed()
2742 dst_key_goal(dst_key_t *key) { in dst_key_goal()
2756 dst_key_haskasp(dst_key_t *key) { in dst_key_haskasp()