Searched refs:copy_key (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dauth_context.c267 copy_key(krb5_context context, function
282 return copy_key(context, auth_context->keyblock, keyblock);
290 return copy_key(context, auth_context->local_subkey, keyblock);
299 return copy_key(context, auth_context->remote_subkey, keyblock);
309 return copy_key(context, keyblock, &auth_context->keyblock);
319 return copy_key(context, keyblock, &auth_context->local_subkey);
349 return copy_key(context, keyblock, &auth_context->remote_subkey);
/freebsd-10.1-release/contrib/libucl/include/
H A Ducl.h300 * @param copy_key make an internal copy of key
304 const char *key, size_t keylen, bool copy_key);
313 * @param copy_key make an internal copy of key
317 const char *key, size_t keylen, bool copy_key);
365 * @param copy_key make an internal copy of key
369 const char *key, size_t keylen, bool copy_key);
/freebsd-10.1-release/contrib/libucl/src/
H A Ducl_util.c1137 const char *key, size_t keylen, bool copy_key, bool merge, bool replace)
1182 if (copy_key) {
1208 found->keylen, copy_key, false, false);
1215 elt->keylen, copy_key, false, false);
1222 cur->keylen, copy_key, false, false);
1294 const char *key, size_t keylen, bool copy_key)
1296 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, false, false);
1301 const char *key, size_t keylen, bool copy_key)
1303 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, true, false);
1308 const char *key, size_t keylen, bool copy_key)
1136 ucl_object_insert_key_common(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument
1293 ucl_object_insert_key(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key) argument
1300 ucl_object_insert_key_merged(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key) argument
1307 ucl_object_replace_key(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key) argument
[all...]
/freebsd-10.1-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c211 copy_key(struct krb5_keyblock *from, struct krb5_keyblock **to) function
243 copy_key(&kc->kc_local_subkey, kdp);
245 copy_key(&kc->kc_remote_subkey, kdp);
247 copy_key(&kc->kc_keyblock, kdp);
255 copy_key(&kc->kc_remote_subkey, kdp);
257 copy_key(&kc->kc_local_subkey, kdp);
/freebsd-10.1-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_inode.c474 copy_key(INODE_PKEY(ip), &(ih->ih_key));
H A Dreiserfs_fs.h1210 copy_key(struct key *to, const struct key *from) function

Completed in 128 milliseconds