/freebsd/crypto/krb5/src/util/profile/ |
H A D | t_profile.c | 174 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 D | test_load.c | 40 assert(profile_get_values(pr, NULL, &values) == 0); in main() 44 assert(profile_get_values(pr2, NULL, &values) == 0); in main()
|
H A D | test_profile.c | 51 retval = profile_get_values(profile, names, &values); in do_batchmode() 138 retval = profile_get_values(profile, names, &values); in main()
|
H A D | libprofile.exports | 13 profile_get_values
|
H A D | profile.5 | 47 profile_get_values() is called querying the "kdc" relation, both
|
H A D | test_vtable.c | 244 assert(profile_get_values(profile, empty_names, &values) == 0); in main()
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | appdefault.c | 72 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 D | libdef_parse.c | 101 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 D | conv_princ.c | 284 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 D | plugin.c | 201 ret = profile_get_values(context->profile, path, out); in get_profile_var()
|
/freebsd/contrib/pam-krb5/portable/ |
H A D | krb5-profile.c | 97 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 D | pkinit_profile.c | 117 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 D | xpprof32.def | 19 profile_get_values @10
|
/freebsd/krb5/util/profile/ |
H A D | version.map | 37 profile_get_values;
|
/freebsd/crypto/krb5/src/tests/threads/ |
H A D | prof1.c | 68 err = profile_get_values(p, names, &values); in worker()
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | localauth_names.c | 67 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_names()
|
H A D | locate_kdc.c | 277 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 D | localauth.c | 320 ret = profile_get_values(context->profile, hierarchy, &mapping_values); in an2ln_auth_to_local()
|
/freebsd/crypto/krb5/src/plugins/kdb/test/ |
H A D | kdb_test.c | 149 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 D | loadfuncs-profile.h | 51 profile_get_values,
|
/freebsd/contrib/pam-krb5/tests/data/ |
H A D | valgrind.supp | 217 fun:profile_get_values 226 fun:profile_get_values
|
/freebsd/crypto/krb5/src/windows/leash/ |
H A D | Lglobals.h | 139 extern DECL_FUNC_PTR(profile_get_values);
|
H A D | Leash.cpp | 561 DECL_FUNC_PTR(profile_get_values); 577 MAKE_FUNC_INFO(profile_get_values),
|
/freebsd/crypto/krb5/src/lib/kadm5/ |
H A D | logger.c | 269 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 D | libkrb5.exports | 646 profile_get_values
|