Home
last modified time | relevance | path

Searched defs:dst_key (Results 1 – 25 of 54) sorted by relevance

123

/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Ddst_internal.h98 struct dst_key { struct
99 unsigned int magic;
100 isc_refcount_t refs;
102 dns_name_t *key_name; /*%< name of the key */
111 uint16_t key_bits; /*%< hmac digest bits */
114 isc_mem_t *mctx; /*%< memory context */
115 char *engine; /*%< engine name (HSM) */
116 char *label; /*%< engine label (HSM) */
117 union {
141 dst_key_state_t keystates[DST_MAX_KEYSTATES + 1]; /*%< key states argument
[all …]
H A Dkeymgr.c430 dst_key_t **dst_key) { in keymgr_createkey()
1653 dst_key_t *dst_key = NULL; in keymgr_key_rollover() local
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Ddst_internal.h74 struct dst_key { struct
75 unsigned int magic;
76 isc_refcount_t refs;
78 dns_name_t *key_name; /*%< name of the key */
82 unsigned int key_alg; /*%< algorithm of the key */
83 uint32_t key_flags; /*%< flags of the public key */
84 uint16_t key_id; /*%< identifier of the key */
85 uint16_t key_rid; /*%< identifier of the key when
87 uint16_t key_bits; /*%< hmac digest bits */
112 dst_key_state_t keystates[DST_MAX_KEYSTATES + 1]; /*%< key states argument
[all …]
H A Dkeymgr.c427 dst_key_t **dst_key) { in keymgr_createkey()
1650 dst_key_t *dst_key = NULL; in keymgr_key_rollover() local
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Ddst_internal.h98 struct dst_key { struct
99 unsigned int magic;
100 isc_refcount_t refs;
102 dns_name_t *key_name; /*%< name of the key */
111 uint16_t key_bits; /*%< hmac digest bits */
114 isc_mem_t *mctx; /*%< memory context */
115 char *engine; /*%< engine name (HSM) */
116 char *label; /*%< engine label (HSM) */
117 union {
141 dst_key_state_t keystates[DST_MAX_KEYSTATES + 1]; /*%< key states argument
[all …]
H A Dkeymgr.c430 dst_key_t **dst_key) { in keymgr_createkey()
1653 dst_key_t *dst_key = NULL; in keymgr_key_rollover() local
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Ddst_internal.h79 struct dst_key { struct
80 unsigned int magic;
81 isc_refcount_t refs;
82 dns_name_t *key_name; /*%< name of the key */
91 uint16_t key_bits; /*%< hmac digest bits */
94 isc_mem_t *mctx; /*%< memory context */
95 char *engine; /*%< engine name (HSM) */
96 char *label; /*%< engine label (HSM) */
97 union {
121 dst_key_state_t keystates[DST_MAX_KEYSTATES + 1]; /*%< key states argument
[all …]
H A Dkeymgr.c400 dns_dnsseckeylist_t *keylist, dst_key_t **dst_key) { in keymgr_createkey()
1458 dst_key_t *dst_key = NULL; in keymgr_key_rollover() local
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Ddst_internal.h97 struct dst_key { struct
98 unsigned int magic;
99 isc_refcount_t refs;
100 dns_name_t * key_name; /*%< name of the key */
105 uint16_t key_id; /*%< identifier of the key */
108 uint16_t key_bits; /*%< hmac digest bits */
111 isc_mem_t *mctx; /*%< memory context */
112 char *engine; /*%< engine name (HSM) */
113 char *label; /*%< engine label (HSM) */
114 union {
[all …]
/dports/dns/libbind/libbind-6.0/dst/
H A Ddst_internal.h36 typedef struct dst_key { struct
37 char *dk_key_name; /*%< name of the key */
38 int dk_key_size; /*%< this is the size of the key in bits */
39 int dk_proto; /*%< what protocols this key can be used for */
40 int dk_alg; /*%< algorithm number from key record */
41 u_int32_t dk_flags; /*%< and the flags of the public key */
42 u_int16_t dk_id; /*%< identifier of the key */
43 void *dk_KEY_struct; /*%< pointer to key in crypto pkg fmt */
44 struct dst_func *dk_func; /*%< point to cryptto pgk specific function table */
/dports/dns/libbind/libbind-6.0/include/isc/
H A Ddst.h5 typedef struct dst_key { struct
28 #define dst_key_to_buffer __dst_key_to_buffer argument
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/isc/
H A Ddst.h7 typedef struct dst_key { struct
30 #define dst_key_to_buffer __dst_key_to_buffer argument
/dports/devel/uclcmd/uclcmd-da1ac0f/
H A Duclcmd_common.c86 char *dst_key = selected_node; in get_object() local
141 char *dst_key = selected_node; in get_parent() local
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/redis-module-0.25.0/examples/
H A Dlists.rs18 let dst_key = ctx.open_key_writable(&dst); in lpoprpush() localVariable
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/unichrome/
H A Duc_ovl_hwset.c95 u32 dst_key = 0; // Destination color key (hw format) in uc_ovl_update() local
H A Duc_overlay.h34 DFBColorKey dst_key; // Destination color key member
/dports/devel/directfb/DirectFB-1.4.17/src/display/
H A Didirectfbsurface.h125 } dst_key; /* dst key for blitting to member
/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dlayers.h57 DFBColorKey dst_key; /* destination color key */ member
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/omapip/
H A Dconnection.c765 static isc_result_t make_dst_key (dst_key_t **dst_key, omapi_object_t *a) { in make_dst_key()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/omapip/
H A Dconnection.c765 static isc_result_t make_dst_key (dst_key_t **dst_key, omapi_object_t *a) { in make_dst_key()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/omapip/
H A Dconnection.c765 static isc_result_t make_dst_key (dst_key_t **dst_key, omapi_object_t *a) { in make_dst_key()
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_file.c242 gchar *dst_key; in upgrade_sshkeys_202001_mig_common_setting() local
/dports/games/neverball/neverball-1.6.0/share/
H A Dconfig.c312 static int scan_key_and_value(char **dst_key, char **dst_val, char *line) in scan_key_and_value()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DBitmapAccess.cpp609 std::string dst_key = (*j).first; in FreeImage_Clone() local
1314 std::string dst_key = (*j).first; in FreeImage_CloneMetadata() local
/dports/multimedia/libaacs/libaacs-0.11.0/src/libaacs/
H A Dcrypto.c109 static void _aesg3(const uint8_t *src_key, uint8_t *dst_key, uint8_t inc) in _aesg3()

123