Searched refs:check_library (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | password_quality.c | 260 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 D | kadmind.c | 38 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 D | kadmin.c | 51 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 D | kpasswdd.c | 679 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()
|