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

/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c263 const char *check_function)
279 if(check_function == NULL) {
282 "check_function",
285 check_function = tmp;
287 if(check_library != NULL && check_function == NULL)
288 check_function = "passwd_check";
311 sym = dlsym(handle, check_function);
315 check_function, check_library);
261 kadm5_setup_passwd_quality_check(krb5_context context, const char *check_library, const char *check_function) argument
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dkadmin.c52 static char *check_function = NULL; variable
84 { "check-function", 0, arg_string, &check_function,
211 check_library, check_function);
H A Dkadmind.c39 static char *check_function = NULL; variable
64 { "check-function", 0, arg_string, &check_function,
149 kadm5_setup_passwd_quality_check (context, check_library, check_function);
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c715 static const char *check_function = NULL; variable
728 { "check-function", 0, arg_string, &check_function,
808 kadm5_setup_passwd_quality_check (context, check_library, check_function);

Completed in 175 milliseconds