Lines Matching defs:pw
89 char *pw;
97 pw = ctx->passwd;
101 apr_sha1_base64(pw, strlen(pw), ctx->out);
110 rv = apr_md5_encode(pw, salt, ctx->out, ctx->out_len);
123 cbuf = crypt(pw, salt);
132 if (strlen(pw) > 8) {
133 char *truncpw = apr_pstrdup(ctx->pool, pw);
140 memset(truncpw, '\0', strlen(pw));
157 rv = apr_bcrypt_encode(pw, ctx->cost, (unsigned char*)salt, 16,
174 memset(pw, '\0', strlen(pw));