Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dpassword_quality.c260 const char *check_library, in kadm5_setup_passwd_quality_check() argument
269 if(check_library == NULL) { in kadm5_setup_passwd_quality_check()
275 check_library = tmp; in kadm5_setup_passwd_quality_check()
285 if(check_library != NULL && check_function == NULL) in kadm5_setup_passwd_quality_check()
288 if(check_library == NULL) in kadm5_setup_passwd_quality_check()
290 handle = dlopen(check_library, RTLD_NOW); in kadm5_setup_passwd_quality_check()
292 krb5_warnx(context, "failed to open `%s'", check_library); in kadm5_setup_passwd_quality_check()
298 "didn't find `version' symbol in `%s'", check_library); in kadm5_setup_passwd_quality_check()
313 check_function, check_library); in kadm5_setup_passwd_quality_check()
324 add_verifier(krb5_context context, const char *check_library) in add_verifier() argument
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmind.c38 static char *check_library = NULL; variable
66 { "check-library", 0, arg_string, &check_library,
173 kadm5_setup_passwd_quality_check (context, check_library, check_function); in main()
H A Dkadmin.c51 static char *check_library = NULL; variable
83 { "check-library", 0, arg_string, &check_library,
228 check_library, check_function); in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/kpasswd/
H A Dkpasswdd.c679 static const char *check_library = NULL; variable
694 { "check-library", 0, arg_string, &check_library,
940 kadm5_setup_passwd_quality_check(context, check_library, check_function); in main()