Searched refs:check_password (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/apache-793/httpd/include/
H A Dmod_auth.h84 authn_status (*check_password)(request_rec *r, const char *user, member in struct:__anon6108
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_file.c58 static authn_status check_password(request_rec *r, const char *user, function
169 &check_password,
H A Dmod_auth_basic.c109 if (!newp->provider->check_password) {
351 if (!provider || !provider->check_password) {
383 auth_result = provider->check_password(r, sent_user, sent_pw);
H A Dmod_authn_socache.c344 static authn_status check_password(request_rec *r, const char *user, function
442 &check_password,
H A Dmod_authn_core.c112 /* Call the real provider->check_password() function */
131 ret = prvdraliasrec->provider->check_password(r,user,password);
H A Dmod_auth_form.c169 if (!newp->provider->check_password) {
777 if (!provider || !provider->check_password) {
795 auth_result = provider->check_password(r, sent_user, sent_pw);
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlogin.c518 check_password(struct passwd *pwd, const char *password) function
697 if(f_flag == 0 && check_password(pwd, password)){
/macosx-10.10/ruby-106/ruby/lib/uri/
H A Dgeneric.rb383 # see also URI::Generic.check_user, URI::Generic.check_password
390 check_password(password, user)
427 def check_password(v, user = @user) method in class:URI
446 private :check_password
500 # see also URI::Generic.check_password
513 check_password(password)

Completed in 218 milliseconds