Lines Matching refs:pw
181 char *pw;
198 pw = ctx->passwd;
203 apr_sha1_base64(pw, strlen(pw), ctx->out);
210 rv = apr_md5_encode(pw, salt, ctx->out, ctx->out_len);
220 apr_cpystrn(ctx->out, pw, ctx->out_len);
228 cbuf = crypt(pw, salt);
237 if (strlen(pw) > 8) {
238 char *truncpw = apr_pstrdup(ctx->pool, pw);
244 memset(truncpw, '\0', strlen(pw));
261 rv = apr_bcrypt_encode(pw, ctx->cost, (unsigned char*)salt, 16,
277 memset(pw, '\0', strlen(pw));