Home
last modified time | relevance | path

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

12

/freebsd/crypto/krb5/src/util/profile/
H A Dt_profile.c174 check(profile_get_values(p, names, &values)); in test_clear()
176 check_fail(profile_get_values(p, names, &dummy), PROF_NO_RELATION); in test_clear()
179 check(profile_get_values(p, names, &values)); in test_clear()
203 check(profile_get_values(p, names, &values)); in test_include()
221 check(profile_get_values(p, names, &values)); in test_include()
230 check(profile_get_values(p, names, &values)); in test_include()
253 check(profile_get_values(p, names1, &values)); in test_independence()
256 check(profile_get_values(p, names2, &values)); in test_independence()
259 check(profile_get_values(p, names3, &values)); in test_independence()
283 check(profile_get_values(p, newrel, &values)); in test_delete_section()
[all …]
H A Dtest_load.c40 assert(profile_get_values(pr, NULL, &values) == 0); in main()
44 assert(profile_get_values(pr2, NULL, &values) == 0); in main()
H A Dtest_profile.c51 retval = profile_get_values(profile, names, &values); in do_batchmode()
138 retval = profile_get_values(profile, names, &values); in main()
H A Dlibprofile.exports13 profile_get_values
H A Dprofile.547 profile_get_values() is called querying the "kdc" relation, both
H A Dtest_vtable.c244 assert(profile_get_values(profile, empty_names, &values) == 0); in main()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dappdefault.c72 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
90 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
108 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
124 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
H A Dlibdef_parse.c101 retval = profile_get_values(profile, names, &nameval); in krb5int_libdefault_string()
115 retval = profile_get_values(profile, names, &nameval); in krb5int_libdefault_string()
H A Dconv_princ.c284 retval = profile_get_values (context -> profile, names, &v4realms); in krb5_425_conv_principal()
329 retval = profile_get_values(context->profile, names, &full_name); in krb5_425_conv_principal()
H A Dplugin.c201 ret = profile_get_values(context->profile, path, out); in get_profile_var()
/freebsd/contrib/pam-krb5/portable/
H A Dkrb5-profile.c97 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
115 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
133 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
149 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_profile.c117 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings()
132 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings()
259 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings()
276 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings()
291 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings()
/freebsd/crypto/krb5/src/lib/
H A Dxpprof32.def19 profile_get_values @10
/freebsd/krb5/util/profile/
H A Dversion.map37 profile_get_values;
/freebsd/crypto/krb5/src/tests/threads/
H A Dprof1.c68 err = profile_get_values(p, names, &values); in worker()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocalauth_names.c67 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_names()
H A Dlocate_kdc.c277 code = profile_get_values(context->profile, realm_srv_names, &hostlist); in locate_srv_conf_1()
280 code = profile_get_values(context->profile, realm_srv_names, in locate_srv_conf_1()
H A Dlocalauth.c320 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_auth_to_local()
/freebsd/crypto/krb5/src/plugins/kdb/test/
H A Dkdb_test.c149 ret = profile_get_values(h->profile, h->names, &values); in get_string()
474 ret = profile_get_values(h->profile, h->names, &key_strings); in test_get_principal()
481 ret = profile_get_values(h->profile, h->names, &stringattrs); in test_get_principal()
713 ret = profile_get_values(h->profile, h->names, &values); in match_in_table()
/freebsd/crypto/krb5/src/windows/include/
H A Dloadfuncs-profile.h51 profile_get_values,
/freebsd/contrib/pam-krb5/tests/data/
H A Dvalgrind.supp217 fun:profile_get_values
226 fun:profile_get_values
/freebsd/crypto/krb5/src/windows/leash/
H A DLglobals.h139 extern DECL_FUNC_PTR(profile_get_values);
H A DLeash.cpp561 DECL_FUNC_PTR(profile_get_values);
577 MAKE_FUNC_INFO(profile_get_values),
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dlogger.c269 if (!profile_get_values(kcontext->profile, in krb5_klog_init()
272 !profile_get_values(kcontext->profile, in krb5_klog_init()
/freebsd/crypto/krb5/src/lib/krb5/
H A Dlibkrb5.exports646 profile_get_values

12