Home
last modified time | relevance | path

Searched refs:passwd (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/sodium/tests/
H A Dpwhash_argon2i.phpt8 $passwd = 'password';
11 ($passwd, SODIUM_CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE,
17 $c = sodium_crypto_pwhash_str_verify($testHash, $passwd);
21 $c = sodium_crypto_pwhash_str_verify($testHash, $passwd);
24 $c = sodium_crypto_pwhash_str_verify($hash, $passwd);
27 $c = sodium_crypto_pwhash_str_verify($hash, 'passwd');
33 ($out_len, $passwd, $salt,
39 ($out_len, $passwd, $salt,
H A Dpwhash_scrypt.phpt8 $passwd = 'test';
11 ($passwd, SODIUM_CRYPTO_PWHASH_SCRYPTSALSA208SHA256_OPSLIMIT_INTERACTIVE,
16 $c = sodium_crypto_pwhash_scryptsalsa208sha256_str_verify($hash, $passwd);
19 $c = sodium_crypto_pwhash_scryptsalsa208sha256_str_verify($hash, 'passwd');
25 ($out_len, $passwd, $salt,
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_change_user_old.phpt9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
27 …if (false !== ($tmp = mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty', …
30 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd . '_unknown_really', $db)))
33 if (false !== ($tmp = mysqli_change_user($link, $user, $passwd, $db . '_unknown_really')))
40 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
54 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))
76 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
86 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
93 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, "")))
[all …]
H A D001.phpt16 $link = my_mysqli_connect($host, $user, $passwd, "", $port, $socket);
22 $test.= (my_mysqli_real_connect($link, $host, $user, $passwd, "", $port, $socket) )
28 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
34 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
43 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
52 …$test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_…
H A Dmysqli_pconn_twice.phpt19 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
37 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
38 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
42 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket)))
56 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
59 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
60 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
63 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
H A Dmysqli_pconn_conn_multiple.phpt19 if (!$link = my_mysqli_connect($phost, $user, $passwd, $db, $port, $socket))
44 if (!$link = new my_mysqli($phost, $user, $passwd, $db, $port, $socket))
51 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket)))
69 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))
72 if (!$link = mysqli_connect($phost, $user, $passwd, $db, $port, $socket))
76 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
81 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
106 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
131 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
134 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
[all …]
H A Dbug29311.phpt15 global $host, $user, $passwd, $db, $port, $socket;
16 parent::__construct($host, $user, $passwd, $db, $port, $socket);
24 global $host, $user, $passwd, $db, $port, $socket;
25 $this->connect($host, $user, $passwd, $db, $port, $socket);
36 $foo[2] = new mysql3($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_change_user.phpt31 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
42 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd . '_unknown_really', $db)))
46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
60 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, $db)))
78 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
88 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
95 if (true !== ($tmp = mysqli_change_user($link, $user, $passwd, "")))
108 if (false !== ($tmp = @mysqli_change_user($link, $user, $passwd, $db)))
111 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
[all …]
H A Dmysqli_change_user_new.phpt9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
28 …if (false !== ($tmp = @mysqli_change_user($link, $user . '_unknown_really', $passwd . 'non_empty',…
H A Dmysqli_connect_twice.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
20 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
38 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
39 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
45 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket)))
63 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
66 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
67 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
70 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
H A Dmysqli_change_user_oo.phpt24 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
28 …if (false !== ($tmp = $mysqli->change_user($user . '_unknown_really', $passwd . 'non_empty', $db)))
31 if (false !== ($tmp = $mysqli->change_user($user, $passwd . '_unknown_really', $db)))
34 if (false !== ($tmp = $mysqli->change_user($user, $passwd, $db . '_unknown_really')))
38 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
39 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
52 if (true !== ($tmp = $mysqli->change_user($user, $passwd, $db)))
74 if (false !== ($tmp = @$mysqli->change_user($user, $passwd, $db)))
H A Dbug74547.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
15 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
18 var_dump(mysqli_change_user($link, $user, $passwd, NULL));
H A Dbug36949.phpt16 global $user, $host, $passwd, $db, $port, $socket;
17 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
34 global $user, $host, $passwd, $db, $port, $socket;
35 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
53 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_pconnect.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
15 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
39 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
55 … if (!$connections[$index] = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dconnect.inc14 $passwd = getenv("MYSQL_TEST_PASSWD") ?: "";
58 … function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
64 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags))
67 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
78 …function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $en…
84 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags);
88 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
95 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags);
97 parent::__construct($host, $user, $passwd, $db, $port, $socket);
H A Dbug33263.phpt15 public function __construct($host, $user, $passwd, $db, $port, $socket) {
17 parent::real_connect($host, $user, $passwd, $db, $port, $socket);
21 $mysql = new test($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_connect_error.phpt20 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 …if ($link = @my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port,…
30 …printf("[003] Connect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbnam…
H A Dmysqli_report_new.phpt9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
35 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
36 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_connect_errno.phpt20 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 …$link = @my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so…
31 …printf("[004] Connect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbnam…
H A Dmysqli_pconn_limits.phpt28 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
41 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
42 …printf("[004] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
54 if (!$plink2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
55 …printf("[006] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
68 if (!my_mysqli_real_connect($plink3, $host, $user, $passwd, $db, $port, $socket))
69 …printf("[008] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
H A Dmysqli_real_connect_pconn.phpt24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
25 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
32 …if (false !== ($tmp = mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_e…
33 …olean/false got %s/%s. Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbna…
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
54 ini_set('mysqli.default_pw', $passwd);
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
145 if (NULL === ($tmp = mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.h25 const char * const passwd,
49 const char * const passwd,
72 const char * const passwd,
88 const char * const passwd,
/PHP-7.4/ext/standard/
H A Dphp_crypt_r.c138 char *passwd = out; in php_md5_crypt_r() local
217 memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN); in php_md5_crypt_r()
222 passwd[MD5_MAGIC_LEN + sl] = '\0'; in php_md5_crypt_r()
223 strcat_s(passwd, MD5_HASH_MAX_LEN, "$"); in php_md5_crypt_r()
277 p = passwd + sl + MD5_MAGIC_LEN + 1; in php_md5_crypt_r()
318 ZEND_TLS char passwd[MD5_HASH_MAX_LEN], *p; in php_md5_crypt_r() local
373 memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN); in php_md5_crypt_r()
374 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r()
375 strcat(passwd, "$"); in php_md5_crypt_r()
406 p = passwd + sl + MD5_MAGIC_LEN + 1; in php_md5_crypt_r()
[all …]
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_rebind_proc_basic.phpt15 global $passwd;
21 if (!ldap_bind($a, $user, $passwd)) {
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_unbind_variation.phpt15 global $passwd;
21 if (!ldap_bind($a, $user, $passwd)) {
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);

Completed in 50 milliseconds

12345678910>>...18