Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHashMap.h34 template <typename Key_t> inline Key_t copy_key (Key_t a);
51 copy_key (char *a) in copy_key() function
75 copy_key (uint64_t a) in copy_key() function
99 copy_key (Histable* a) in copy_key() function
123 copy_key (MemObj* a) in copy_key() function
219 return copy_key (key); in copy()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHashMap.h34 template <typename Key_t> inline Key_t copy_key (Key_t a);
51 copy_key (char *a) in copy_key() function
75 copy_key (uint64_t a) in copy_key() function
99 copy_key (Histable* a) in copy_key() function
123 copy_key (MemObj* a) in copy_key() function
219 return copy_key (key); in copy()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dauth_context.c293 copy_key(krb5_context context, in copy_key() function
308 return copy_key(context, auth_context->keyblock, keyblock); in krb5_auth_con_getkey()
316 return copy_key(context, auth_context->local_subkey, keyblock); in krb5_auth_con_getlocalsubkey()
325 return copy_key(context, auth_context->remote_subkey, keyblock); in krb5_auth_con_getremotesubkey()
335 return copy_key(context, keyblock, &auth_context->keyblock); in krb5_auth_con_setkey()
345 return copy_key(context, keyblock, &auth_context->local_subkey); in krb5_auth_con_setlocalsubkey()
375 return copy_key(context, keyblock, &auth_context->remote_subkey); in krb5_auth_con_setremotesubkey()
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dpostfix-tls-script437 copy_key() {
718 copy_key "${_algo}" "${_bits}" "$1" "${keyfile}" && return 0