Lines Matching refs:pw
49 const char *password_generate_md5_crypt(const char *pw, const char *salt)
57 size_t pw_len = strlen(pw);
76 md5_update(&ctx,pw,pw_len);
84 /* Then just as many characters of the MD5(pw,salt,pw) */
86 md5_update(&ctx1,pw,pw_len);
88 md5_update(&ctx1,pw,pw_len);
101 md5_update(&ctx, pw+j, 1);
119 md5_update(&ctx1,pw,pw_len);
127 md5_update(&ctx1,pw,pw_len);
132 md5_update(&ctx1,pw,pw_len);