Home
last modified time | relevance | path

Searched refs:secret (Results 1 – 25 of 54) sorted by relevance

123

/php-src/ext/hash/tests/
H A Dxxhash_secret.phpt2 Hash: xxHash secret
15 //$secret = random_bytes(256);
16 $secret = str_repeat('a', 256);
19 $ctx = hash_init($a, options: ["seed" => 24, "secret" => $secret]);
25 $ctx = hash_init($a, options: ["secret" => new StringableThrowingClass()]);
31 $ctx = hash_init($a, options: ["secret" => str_repeat('a', 17)]);
36 $ctx = hash_init($a, options: ["secret" => $secret]);
43 …sh($a, "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", options: ["secret" => $secret]);
50 string(67) "xxh3: Only one of seed or secret is to be passed for initialization"
52 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl…
[all …]
H A Dxxh3_convert_secret_to_string.phpt2 xxh3 convert secret to string should not modify (shm) array
6 hash_init("xxh3", options: $x = ["secret" => 4]);
11 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl…
13 ["secret"]=>
H A Dxxhash_seed_deprecation.phpt12 hash_init($a, options: ["secret" => 42]);
26 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl…
28 Deprecated: hash_init(): Passing a secret of a type other than string is deprecated because it impl…
/php-src/Zend/tests/
H A Dbug41961.phpt11 $myChild->secret(); // bug - invokes X::secret() instead of ChildClass::secret()
13 private function secret() {
19 private function secret() { }
23 public function secret() {
29 Called public ChildClass::secret() on an instance of: ChildClass
/php-src/ext/hash/xxhash/
H A Dxxhash.h3482 XXH_ASSERT(secret != NULL); in XXH3_len_1to3_64b()
3493 xxh_u64 const bitflip = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_64b()
3503 XXH_ASSERT(secret != NULL); in XXH3_len_4to8_64b()
3508 xxh_u64 const bitflip = (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed; in XXH3_len_4to8_64b()
3539 return XXH64_avalanche(seed ^ (XXH_readLE64(secret+56) ^ XXH_readLE64(secret+64))); in XXH3_len_0to16_64b()
4545 return XXH3_hashLong_64b_internal(input, len, secret, sizeof(secret), in XXH3_hashLong_64b_withSeed_internal()
5029 xxh_u64 const bitflipl = (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed; in XXH3_len_1to3_128b()
5030 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b()
5050 xxh_u64 const bitflip = (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed; in XXH3_len_4to8_128b()
5150 xxh_u64 const bitflipl = XXH_readLE64(secret+64) ^ XXH_readLE64(secret+72); in XXH3_len_0to16_128b()
[all …]
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_clone.phpt6 $v1 = new SensitiveParameterValue('secret');
14 string(6) "secret"
15 string(6) "secret"
H A Dsensitive_parameter_value.phpt2 A SensitiveParameterValue keeps the inner value secret.
6 $v = new SensitiveParameterValue('secret');
47 string(6) "secret"
H A Dsensitive_parameter_value_reflection.phpt6 $v = new SensitiveParameterValue('secret');
15 string(6) "secret"
H A Dsensitive_parameter_value_no_dynamic_property.phpt6 $v = new SensitiveParameterValue('secret');
/php-src/Zend/tests/asymmetric_visibility/
H A Dunset.phpt9 public private(set) string $secret;
16 $this->secret = $s;
30 unset($this->secret);
58 var_dump($foo->secret ?? 'unset');
66 Cannot unset private(set) property Foo::$secret from scope FooChild
/php-src/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt10 private $priv = 'secret';
81 string(6) "secret"
96 string(6) "secret"
117 string(6) "secret"
132 string(6) "secret"
151 string(6) "secret"
166 string(6) "secret"
180 string(6) "secret"
191 string(6) "secret"
H A DarrayObject_magicMethods3.phpt10 private $priv = 'secret';
81 string(6) "secret"
96 string(6) "secret"
117 string(6) "secret"
132 string(6) "secret"
151 string(6) "secret"
166 string(6) "secret"
180 string(6) "secret"
191 string(6) "secret"
H A DarrayObject_setFlags_basic2.phpt6 private $x = 'secret';
25 string(6) "secret"
27 string(6) "secret"
H A DarrayObject_magicMethods2.phpt10 private $priv = 'secret';
85 string(6) "secret"
102 string(6) "secret"
121 string(6) "secret"
138 string(6) "secret"
155 string(6) "secret"
172 string(6) "secret"
186 string(6) "secret"
199 string(6) "secret"
H A DarrayObject_magicMethods4.phpt10 private $priv = 'secret';
84 string(6) "secret"
101 string(6) "secret"
122 string(6) "secret"
139 string(6) "secret"
158 string(6) "secret"
175 string(6) "secret"
189 string(6) "secret"
202 string(6) "secret"
H A DarrayObject_magicMethods5.phpt10 private $priv = 'secret';
87 string(6) "secret"
102 string(6) "secret"
122 string(6) "secret"
137 string(6) "secret"
157 string(6) "secret"
172 string(6) "secret"
189 string(6) "secret"
204 string(6) "secret"
H A DarrayObject_magicMethods6.phpt10 private $priv = 'secret';
84 string(6) "secret"
101 string(6) "secret"
122 string(6) "secret"
139 string(6) "secret"
158 string(6) "secret"
175 string(6) "secret"
189 string(6) "secret"
202 string(6) "secret"
/php-src/ext/sodium/tests/
H A Dbug78516.phpt11 $pass = password_hash('secret', PASSWORD_ARGON2ID, ['memory_cost' => 8191]);
14 $pass = password_hash('secret', PASSWORD_ARGON2I, ['memory_cost' => 8191]);
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_005.phpt61 --> http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : str…
62 --> http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : strin…
64 --> http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 …
65 --> http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_error_002.phpt6 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
30 string(6) "secret"
H A Durls.inc47 'http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
48 'http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
50 'http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
51 'http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
52 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
/php-src/Zend/tests/lazy_objects/rfc/
H A Drfc_example_012.phpt39 return new ClientFactory('127.0.0.1', 'secret');
77 string(6) "secret"
/php-src/ext/standard/tests/strings/
H A Durl_t.phpt50 'http://secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
51 'http://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
53 'http://secret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
54 'http://secret@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
55 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
530 string(6) "secret"
545 string(6) "secret"
581 string(6) "secret"
600 string(14) "secret@hideout"
617 string(6) "secret"
[all …]
/php-src/ext/hash/
H A Dhash_xxhash.c199 if (len > sizeof(ctx->secret)) { in _PHP_XXH3_Init()
200 len = sizeof(ctx->secret); in _PHP_XXH3_Init()
201 …LL, E_WARNING, "%s: Secret content exceeding %zu bytes discarded", algo_name, sizeof(ctx->secret)); in _PHP_XXH3_Init()
203 memcpy((unsigned char *)ctx->secret, ZSTR_VAL(secret_string), len); in _PHP_XXH3_Init()
205 func_init_secret(&ctx->s, ctx->secret, len); in _PHP_XXH3_Init()
/php-src/.github/scripts/
H A Dsetup-slapd.sh59 olcRootPW: secret
124 ldapadd -H ldapi:/// -D cn=Manager,dc=my-domain,dc=com -w secret <<EOF
166 …ldapsearch -d 255 -H ldaps://localhost -D cn=Manager,dc=my-domain,dc=com -w secret -s base -b dc=m…

Completed in 59 milliseconds

123