Home
last modified time | relevance | path

Searched refs:pwl (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/standard/
H A Dphp_crypt_r.c130 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()
324 unsigned int i, sl, pwl; in php_md5_crypt_r() local
329 pwl = strlen(pw); in php_md5_crypt_r()
363 for (pl = pwl; pl > 0; pl -= 16) in php_md5_crypt_r()
[all …]
/PHP-7.0/ext/enchant/tests/
H A Dbroker_request_pwl_dict.phpt13 $pathPwlDict = __DIR__ . "/enchant_broker_request_pwl_dict.pwl";
29 echo("dict broker request pwl has failed\n");
/PHP-7.0/ext/enchant/
H A Denchant.c586 char *pwl; local
590 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &broker, &pwl, &pwllen) == FAILURE) {
595 …if ((PG(safe_mode) && (!php_checkuid(pwl, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_b…
597 if (php_check_open_basedir(pwl)) {
604 d = enchant_broker_request_pwl_dict(pbroker->pbroker, (const char *)pwl);

Completed in 7 milliseconds