Lines Matching refs:pwl
130 DWORD i, pwl, sl; in php_md5_crypt_r() local
147 pwl = (DWORD) strlen(pw); in php_md5_crypt_r()
171 if(!CryptHashData(ctx, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
190 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
196 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
204 for (pl = pwl; pl > 0; pl -= 16) { in php_md5_crypt_r()
212 for (i = pwl; i != 0; i >>= 1) { in php_md5_crypt_r()
239 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
255 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
265 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
324 unsigned int i, sl, pwl; in php_md5_crypt_r() local
329 pwl = strlen(pw); in php_md5_crypt_r()
348 PHP_MD5Update(&ctx, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
358 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
360 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
363 for (pl = pwl; pl > 0; pl -= 16) in php_md5_crypt_r()
370 for (i = pwl; i != 0; i >>= 1) in php_md5_crypt_r()
392 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
400 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
405 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()