Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dauth_context.c267 copy_key(krb5_context context, in copy_key() function
282 return copy_key(context, auth_context->keyblock, keyblock); in krb5_auth_con_getkey()
290 return copy_key(context, auth_context->local_subkey, keyblock); in krb5_auth_con_getlocalsubkey()
299 return copy_key(context, auth_context->remote_subkey, keyblock); in krb5_auth_con_getremotesubkey()
309 return copy_key(context, keyblock, &auth_context->keyblock); in krb5_auth_con_setkey()
319 return copy_key(context, keyblock, &auth_context->local_subkey); in krb5_auth_con_setlocalsubkey()
349 return copy_key(context, keyblock, &auth_context->remote_subkey); in krb5_auth_con_setremotesubkey()
/freebsd/contrib/libucl/include/
H A Ducl.h390 const char *key, size_t keylen, bool copy_key);
403 const char *key, size_t keylen, bool copy_key);
466 const char *key, size_t keylen, bool copy_key);
/freebsd/contrib/libucl/src/
H A Ducl_util.c2363 const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument
2417 if (copy_key) {
2439 found->keylen, copy_key, false, false);
2446 elt->keylen, copy_key, false, false);
2453 cur->keylen, copy_key, true, false);
2525 const char *key, size_t keylen, bool copy_key) argument
2527 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, false, false);
2532 const char *key, size_t keylen, bool copy_key) argument
2534 return ucl_object_insert_key_common (top, elt, key, keylen, copy_key, true, false);
2539 const char *key, size_t keylen, bool copy_key) argument
[all …]
/freebsd/sys/kgssapi/krb5/
H A 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()