Home
last modified time | relevance | path

Searched refs:copy_key (Results 1 – 8 of 8) 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.h403 const char *key, size_t keylen, bool copy_key);
416 const char *key, size_t keylen, bool copy_key);
479 const char *key, size_t keylen, bool copy_key);
/freebsd/crypto/krb5/src/util/
H A Dgen-map.pl19 * copy_key: <COPYKEY>
/freebsd/krb5/lib/krb5/krb/
H A DMakefile.inc37 copy_key.c \
/freebsd/contrib/libucl/src/
H A Ducl_util.c2375 const char *key, size_t keylen, bool copy_key, bool merge, bool replace) argument
2429 if (copy_key) {
2451 found->keylen, copy_key, false, false);
2458 elt->keylen, copy_key, false, false);
2465 cur->keylen, copy_key, true, false);
2534 const char *key, size_t keylen, bool copy_key) argument
2536 return ucl_object_insert_key_common(top, elt, key, keylen, copy_key, false, false);
2540 const char *key, size_t keylen, bool copy_key) argument
2542 return ucl_object_insert_key_common(top, elt, key, keylen, copy_key, true, false);
2546 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
255 copy_key(&kc->kc_local_subkey, kdp); in get_initiator_subkey()
257 copy_key(&kc->kc_remote_subkey, kdp); in get_initiator_subkey()
259 copy_key(&kc->kc_keyblock, kdp); in get_initiator_subkey()
267 copy_key(&kc->kc_remote_subkey, kdp); in get_acceptor_subkey()
269 copy_key(&kc->kc_local_subkey, kdp); in get_acceptor_subkey()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeps264 copy_key.so copy_key.po $(OUTPRE)copy_key.$(OBJEXT): \
274 copy_key.c
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c1791 bool copy_key = false; local
1813 copy_key = true;
1826 if (copy_key)