Searched refs:krbtgt_out (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/kdc/ |
H A D | krb5tgs.c | 1505 hdb_entry_ex *krbtgt_out = NULL; in tgs_build_reply() local 1764 … ret = _kdc_db_fetch(context, config, krbtgt_principal, HDB_F_GET_KRBTGT, NULL, NULL, &krbtgt_out); in tgs_build_reply() 1788 krb5_principal_get_realm(context, krbtgt_out->entry.principal)) != 0) { in tgs_build_reply() 1790 ret = krb5_unparse_name(context, krbtgt_out->entry.principal, &ktpn); in tgs_build_reply() 1799 ret = hdb_enctype2key(context, &krbtgt_out->entry, in tgs_build_reply() 1822 krbtgt_realm = krb5_principal_get_realm(context, krbtgt_out->entry.principal); in tgs_build_reply() 2258 krbtgt_out, in tgs_build_reply() 2276 if(krbtgt_out) in tgs_build_reply() 2277 _kdc_free_ent(context, krbtgt_out); in tgs_build_reply()
|