Lines Matching refs:sl
130 unsigned int i, pwl, sl; in php_md5_crypt_r() local
163 sl = ep - sp; in php_md5_crypt_r()
181 if(!CryptHashData( ctx, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r()
193 if(!CryptHashData(ctx1, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r()
222 if (strncpy_s(passwd + MD5_MAGIC_LEN, MD5_HASH_MAX_LEN - MD5_MAGIC_LEN, sp, sl + 1) != 0) { in php_md5_crypt_r()
225 passwd[MD5_MAGIC_LEN + sl] = '\0'; in php_md5_crypt_r()
249 if(!CryptHashData(ctx1, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r()
280 p = passwd + sl + MD5_MAGIC_LEN + 1; in php_md5_crypt_r()
324 unsigned int i, sl, pwl; in php_md5_crypt_r() local
343 sl = ep - sp; in php_md5_crypt_r()
354 PHP_MD5Update(&ctx, (const unsigned char *)sp, sl); in php_md5_crypt_r()
359 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
378 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r()
397 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
410 p = passwd + sl + MD5_MAGIC_LEN + 1; in php_md5_crypt_r()