Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/hostrealm/test/
H A Dmain.c176 vt->host_realm = split_comps; in hostrealm_test1_initvt()
193 vt->host_realm = maybe_realm; in hostrealm_test2_initvt()
/src/crypto/krb5/src/lib/krb5/os/
H A Dhostrealm.c154 host_realm(krb5_context context, struct hostrealm_module_handle *h, in host_realm() function
157 if (h->vt.host_realm == NULL) in host_realm()
159 return h->vt.host_realm(context, h->data, host, realms_out); in host_realm()
381 ret = host_realm(context, *hp, cleanname, &realms); in krb5_get_host_realm()
H A Dhostrealm_profile.c113 vt->host_realm = profile_host_realm; in hostrealm_profile_initvt()
/src/crypto/krb5/src/include/krb5/
H A Dhostrealm_plugin.h128 krb5_hostrealm_host_realm_fn host_realm; member