Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c1500 hdb_entry_ex *krbtgt_out = NULL; in tgs_build_reply() local
1765 … ret = _kdc_db_fetch(context, config, krbtgt_principal, HDB_F_GET_KRBTGT, NULL, NULL, &krbtgt_out); in tgs_build_reply()
1789 krb5_principal_get_realm(context, krbtgt_out->entry.principal)) != 0) { in tgs_build_reply()
1791 ret = krb5_unparse_name(context, krbtgt_out->entry.principal, &ktpn); in tgs_build_reply()
1800 ret = hdb_enctype2key(context, &krbtgt_out->entry, in tgs_build_reply()
1823 krbtgt_realm = krb5_principal_get_realm(context, krbtgt_out->entry.principal); in tgs_build_reply()
2239 krbtgt_out, in tgs_build_reply()
2257 if(krbtgt_out) in tgs_build_reply()
2258 _kdc_free_ent(context, krbtgt_out); in tgs_build_reply()