Searched defs:dst_key (Results 1 – 9 of 9) sorted by relevance
80 struct dst_key { global() struct 81 magicdst_key global() argument 82 refsdst_key global() argument 83 mdlockdst_key global() argument 84 key_namedst_key global() argument 85 key_sizedst_key global() argument 86 key_protodst_key global() argument 88 key_algdst_key global() argument 89 key_flagsdst_key global() argument 90 key_iddst_key global() argument 91 key_riddst_key global() argument 93 key_bitsdst_key global() argument 94 key_classdst_key global() argument 118 keystatesdst_key global() argument 141 key_tkeytokendst_key global() argument
451 keymgr_createkey(dns_kasp_key_t * kkey,const dns_name_t * origin,dns_rdataclass_t rdclass,isc_mem_t * mctx,dns_dnsseckeylist_t * keylist,dns_dnsseckeylist_t * newkeys,dst_key_t ** dst_key) keymgr_createkey() argument 1684 dst_key_t *dst_key = NULL; keymgr_key_rollover() local
100 struct dst_key { struct101 unsigned int magic;102 isc_refcount_t refs;103 isc_mutex_t mdlock; /*%< lock for read/write metadata */104 dns_name_t *key_name; /*%< name of the key */105 unsigned int key_size; /*%< size of the key in bits */106 unsigned int key_proto; /*%< protocols this key is used for108 unsigned int key_alg; /*%< algorithm of the key */109 uint32_t key_flags; /*%< flags of the public key */110 uint16_t key_id; /*%< identifier of the key */[all …]
434 dst_key_t **dst_key) { in keymgr_createkey()1666 dst_key_t *dst_key = NULL; in keymgr_key_rollover() local
38 typedef struct dst_key { struct39 char *dk_key_name; /*%< name of the key */40 int dk_key_size; /*%< this is the size of the key in bits */41 int dk_proto; /*%< what protocols this key can be used for */42 int dk_alg; /*%< algorithm number from key record */43 u_int32_t dk_flags; /*%< and the flags of the public key */44 u_int16_t dk_id; /*%< identifier of the key */45 void *dk_KEY_struct; /*%< pointer to key in crypto pkg fmt */46 struct dst_func *dk_func; /*%< point to cryptto pgk specific function table */
7 typedef struct dst_key { struct30 #define dst_key_to_buffer __dst_key_to_buffer argument
773 static isc_result_t make_dst_key (dst_key_t **dst_key, omapi_object_t *a) { in make_dst_key()