Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dauth_context.c265 copy_key(krb5_context context, in copy_key() function
280 return copy_key(context, auth_context->keyblock, keyblock); in krb5_auth_con_getkey()
288 return copy_key(context, auth_context->local_subkey, keyblock); in krb5_auth_con_getlocalsubkey()
296 return copy_key(context, auth_context->remote_subkey, keyblock); in krb5_auth_con_getremotesubkey()
306 return copy_key(context, keyblock, &auth_context->keyblock); in krb5_auth_con_setkey()
316 return copy_key(context, keyblock, &auth_context->local_subkey); in krb5_auth_con_setlocalsubkey()
346 return copy_key(context, keyblock, &auth_context->remote_subkey); in krb5_auth_con_setremotesubkey()
/freebsd-9-stable/contrib/libucl/src/
Ducl_util.c1137 const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument
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) argument
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) argument
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) argument
[all …]
/freebsd-9-stable/contrib/libucl/include/
Ducl.h304 const char *key, size_t keylen, bool copy_key);
317 const char *key, size_t keylen, bool copy_key);
369 const char *key, size_t keylen, bool copy_key);
/freebsd-9-stable/sys/kgssapi/krb5/
Dkrb5_mech.c211 copy_key(struct krb5_keyblock *from, struct krb5_keyblock **to) in copy_key() function
243 copy_key(&kc->kc_local_subkey, kdp); in get_initiator_subkey()
245 copy_key(&kc->kc_remote_subkey, kdp); in get_initiator_subkey()
247 copy_key(&kc->kc_keyblock, kdp); in get_initiator_subkey()
255 copy_key(&kc->kc_remote_subkey, kdp); in get_acceptor_subkey()
257 copy_key(&kc->kc_local_subkey, kdp); in get_acceptor_subkey()
/freebsd-9-stable/sys/gnu/fs/reiserfs/
Dreiserfs_inode.c476 copy_key(INODE_PKEY(ip), &(ih->ih_key)); in init_inode()
Dreiserfs_fs.h1210 copy_key(struct key *to, const struct key *from) in copy_key() function