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

/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authn_file.c83 const char *rpw, *w; local
90 rpw = l;
91 w = ap_getword(r->pool, &rpw, ':');
94 file_password = ap_getword(r->pool, &rpw, ':');
138 const char *rpw, *w, *x; local
145 rpw = l;
146 w = ap_getword(r->pool, &rpw, ':');
147 x = ap_getword(r->pool, &rpw, ':');
151 file_hash = ap_getword(r->pool, &rpw, ':');
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dmakefile.bc19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
46 rpw.exe: rpw.obj libdes.lib
H A DFILES025 rpw.c - Source for libdes.a testing password reading routines.
/macosx-10.10.1/procmail-14/procmail/src/
H A Dauthenticate.c104 { const char*rpw; local
105 rpw=pass->pw->pw_passwd; /* get the regular (encrypted) password */
109 rpw=spwd->sp_pwdp; /* override the regular one */
112 if(!*rpw) /* empty password found */
114 return !strcmp(rpw,crypt(pw,rpw)); /* compare the passwords */

Completed in 214 milliseconds