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

/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth.h57 authn_status (*check_password)(request_rec *r, const char *user, member in struct:__anon5869
H A Dmod_auth_basic.c73 if (!newp->provider->check_password) {
216 if (!provider || !provider->check_password) {
230 auth_result = provider->check_password(r, sent_user, sent_pw);
H A Dmod_authn_file.c63 static authn_status check_password(request_rec *r, const char *user, function
172 &check_password,
H A Dmod_authn_alias.c49 /* Call the real provider->check_password() function */
68 ret = prvdraliasrec->provider->check_password(r,user,password);
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/ruby-104/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 201 milliseconds