Lines Matching defs:pw
624 struct berval *pw;
641 struct berval *pw)
663 state->pw = pw;
678 pw, request_controls, NULL, &msgid);
1309 struct berval pw;
1324 pw.bv_val = discard_const(password);
1325 pw.bv_len = pwlen;
1328 subreq = simple_bind_send(state, ev, sh, simple_bind_timeout, user_dn, &pw);
1341 struct berval *pw)
1344 if (!pw) return EINVAL;
1347 pw->bv_len = authtok.length;
1348 pw->bv_val = (char *) authtok.data;