Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/krb5/kdb/
H A Dkdb5.h32 int iprop_supported; member
H A Dkdb5.c2025 krb5_db_supports_iprop(krb5_context kcontext, int *iprop_supported) in krb5_db_supports_iprop() argument
2043 *iprop_supported = dal_handle->lib_handle->vftabl.iprop_supported; in krb5_db_supports_iprop()
/titanic_50/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c447 int iprop_supported; in main() local
1070 if (ret = krb5_db_supports_iprop(ctx, &iprop_supported)) { in main()
1082 if (!iprop_supported) { in main()
/titanic_50/usr/src/cmd/krb5/slave/
H A Dkpropd.c210 int iprop_supported; local
222 &iprop_supported);
230 if (!iprop_supported) {
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h489 krb5_db_supports_iprop(krb5_context kcontext, int *iprop_supported);