Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c69 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
87 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
105 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
121 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
H A Dconv_princ.c287 retval = profile_get_values (context -> profile, names, &v4realms); in krb5_425_conv_principal()
333 retval = profile_get_values(context->profile, names, &full_name); in krb5_425_conv_principal()
H A Dwalk_rtree.c181 cap_code = profile_get_values(context->profile, cap_names, &cap_nodes); in krb5_walk_realm_tree()
H A Dget_in_tkt.c832 retval = profile_get_values(profile, names, &nameval); in krb5_libdefault_string()
846 retval = profile_get_values(profile, names, &nameval); in krb5_libdefault_string()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c121 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings()
136 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings()
269 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings()
286 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings()
301 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dget_krbhst.c79 retval = profile_get_values(context->profile, realm_kdc_names, &values); in krb5_get_krbhst()
H A Dan_to_ln.c660 retval = profile_get_values(context->profile, realm_names, in an_to_ln_realm_chk()
789 if (!(kret = profile_get_values(context->profile, in krb5_aname_to_localname()
833 if (!(kret = profile_get_values(context->profile, in krb5_aname_to_localname()
H A Dlocate_kdc.c564 code = profile_get_values(context->profile, realm_srv_names, &hl); in prof_locate_server()
H A Dlocaladdr.c1249 err = profile_get_values (context->profile, profile_name, &values); in krb5_os_localaddr_profile()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h72 long KRB5_CALLCONV profile_get_values
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c127 profile_get_values(profile_t profile, const char *const *names, in profile_get_values() function
H A Dprof_solaris.c385 code = profile_get_values(profile, hierarchy, &values); in __profile_get_realm_entry()
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c576 if (!profile_get_values(kcontext->profile, in krb5_klog_init()
579 !profile_get_values(kcontext->profile, in krb5_klog_init()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c577 if (!profile_get_values(kcontext->profile, in krb5_klog_init()
580 !profile_get_values(kcontext->profile, in krb5_klog_init()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A Dmapfile-vers954 profile_get_values;
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c170 return(profile_get_values((profile_t) acontext,
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c352 status = profile_get_values(kcontext->profile, dbpath_names, &profpath); in kdb_load_library()