Searched refs:krbtgt_out (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/crypto/heimdal/kdc/ |
| D | krb5tgs.c | 1498 hdb_entry_ex *krbtgt_out = NULL; in tgs_build_reply() local 1757 … ret = _kdc_db_fetch(context, config, krbtgt_principal, HDB_F_GET_KRBTGT, NULL, NULL, &krbtgt_out); in tgs_build_reply() 1781 krb5_principal_get_realm(context, krbtgt_out->entry.principal)) != 0) { in tgs_build_reply() 1783 ret = krb5_unparse_name(context, krbtgt_out->entry.principal, &ktpn); in tgs_build_reply() 1792 ret = hdb_enctype2key(context, &krbtgt_out->entry, in tgs_build_reply() 1815 krbtgt_realm = krb5_principal_get_realm(context, krbtgt_out->entry.principal); in tgs_build_reply() 2231 krbtgt_out, in tgs_build_reply() 2249 if(krbtgt_out) in tgs_build_reply() 2250 _kdc_free_ent(context, krbtgt_out); in tgs_build_reply()
|