Lines Matching defs:pws
196 struct pw_slist *pws;
208 for( pws=pw_schemes; pws; pws=pws->next ) {
209 if ( ber_bvstrcasecmp(&bv, &pws->s.name ) == 0 ) {
210 return &(pws->s);
276 struct pw_slist *pws;
288 for( pws=pw_schemes; pws; pws=pws->next ) {
289 if( pws->s.chk_fn ) {
291 struct berval *p = passwd_scheme( &(pws->s),
295 return (pws->s.chk_fn)( &(pws->s.name), p, cred, text );