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

/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c262 const char *check_library,
271 if(check_library == NULL) {
274 "check_library",
277 check_library = tmp;
287 if(check_library != NULL && check_function == NULL)
290 if(check_library == NULL)
292 handle = dlopen(check_library, RTLD_NOW);
294 krb5_warnx(context, "failed to open `%s'", check_library);
300 "didn't find `version' symbol in `%s'", check_library);
315 check_function, check_library);
261 kadm5_setup_passwd_quality_check(krb5_context context, const char *check_library, const char *check_function) argument
326 add_verifier(krb5_context context, const char *check_library) argument
379 kadm5_add_passwd_quality_verifier(krb5_context context, const char *check_library) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dkadmin.c51 static char *check_library = NULL; variable
82 { "check-library", 0, arg_string, &check_library,
211 check_library, check_function);
H A Dkadmind.c38 static char *check_library = NULL; variable
62 { "check-library", 0, arg_string, &check_library,
149 kadm5_setup_passwd_quality_check (context, check_library, check_function);
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c714 static const char *check_library = NULL; variable
726 { "check-library", 0, arg_string, &check_library,
808 kadm5_setup_passwd_quality_check (context, check_library, check_function);

Completed in 114 milliseconds