Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.h65 krb5_get_princ_type(krb5_context, krb5_db_entry *, int *);
H A Dldap_principal.c284 if (((st=krb5_get_princ_type(context, &entries, &(ptype))) != 0) ||
H A Dldap_principal2.c512 if (((st=krb5_get_princ_type(context, entries, &kerberos_principal_object_type)) != 0) ||
H A Dldap_misc.c850 krb5_get_princ_type(context, entries, ptype) in krb5_get_princ_type() function