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

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c257 const char *check_library,
266 if(check_library == NULL) {
269 "check_library",
272 check_library = tmp;
282 if(check_library != NULL && check_function == NULL)
285 if(check_library == NULL)
287 handle = dlopen(check_library, RTLD_NOW);
289 krb5_warnx(context, "failed to open `%s'", check_library);
295 "didn't find `version' symbol in `%s'", check_library);
310 check_function, check_library);
256 kadm5_setup_passwd_quality_check(krb5_context context, const char *check_library, const char *check_function) argument
321 add_verifier(krb5_context context, const char *check_library) argument
374 kadm5_add_passwd_quality_verifier(krb5_context context, const char *check_library) argument
[all...]
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmin.c49 static char *check_library = NULL; variable
81 { "check-library", 0, arg_string, &check_library,
213 check_library, check_function);
H A Dkadmind.c36 static char *check_library = NULL; variable
61 { "check-library", 0, arg_string, &check_library,
151 kadm5_setup_passwd_quality_check (context, check_library, check_function);
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c756 static const char *check_library = NULL; variable
769 { "check-library", 0, arg_string, &check_library,
850 kadm5_setup_passwd_quality_check (context, check_library, check_function);

Completed in 55 milliseconds