Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_cred.c762 krb5_creds tmp_creds; in get_cred_kdc_capath_worker() local
770 memset(&tmp_creds, 0, sizeof(tmp_creds)); in get_cred_kdc_capath_worker()
774 ret = krb5_copy_principal(context, in_creds->client, &tmp_creds.client); in get_cred_kdc_capath_worker()
779 &tmp_creds.server, in get_cred_kdc_capath_worker()
794 ret = find_cred(context, ccache, tmp_creds.server, in get_cred_kdc_capath_worker()
839 ret = get_cred_kdc_capath(context, flags, ccache, &tmp_creds, in get_cred_kdc_capath_worker()
859 krb5_free_principal(context, tmp_creds.server); in get_cred_kdc_capath_worker()
860 tmp_creds.server = NULL; in get_cred_kdc_capath_worker()
861 ret = krb5_make_principal(context, &tmp_creds.server, in get_cred_kdc_capath_worker()
888 if (tmp_creds.server) in get_cred_kdc_capath_worker()
[all …]