/PHP-8.0/ext/sodium/tests/ |
H A D | crypto_aead.phpt | 15 $ad = random_bytes(random_int(1, 1000)); 17 $ciphertext = sodium_crypto_aead_chacha20poly1305_encrypt($msg, $ad, $nonce, $key); 18 $msg2 = sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, $ad, $nonce, $key); 21 var_dump(sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, 'x' . $ad, $nonce, $key)); 24 $msg2 = sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, $ad, $key, $nonce); 38 $ad = random_bytes(random_int(1, 1000)); 67 $ad = random_bytes(random_int(1, 1000)); 93 $ad = random_bytes(random_int(1, 1000)); 95 $ciphertext = sodium_crypto_aead_aes256gcm_encrypt($msg, $ad, $nonce, $key); 96 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $nonce, $key); [all …]
|
H A D | crypto_secretstream.phpt | 15 $ad = random_bytes(random_int(1, 1000)); 21 $c1 = sodium_crypto_secretstream_xchacha20poly1305_push($stream, $msg1, $ad); 26 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad); 40 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad); 45 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad);
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | bug81011.phpt | 18 foreach( $array['ads'] as &$ad ){ 19 $ad['premium'] = (int)($ad['id'] == 555);
|
/PHP-8.0/ext/sodium/ |
H A D | libsodium.c | 1809 unsigned char *ad; in PHP_FUNCTION() local 1822 &ad, &ad_len, in PHP_FUNCTION() 1869 unsigned char *ad; in PHP_FUNCTION() local 1882 &ad, &ad_len, in PHP_FUNCTION() 1931 unsigned char *ad; in PHP_FUNCTION() local 1944 &ad, &ad_len, in PHP_FUNCTION() 2000 &ad, &ad_len, in PHP_FUNCTION() 2057 &ad, &ad_len, in PHP_FUNCTION() 2117 &ad, &ad_len, in PHP_FUNCTION() 2180 &ad, &ad_len, in PHP_FUNCTION() [all …]
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | 009.phpt | 11 array('a', 'b', 'c', "ab", "ac", "ad"), // string array 191 string(2) "ad" 192 string(2) "ad" 212 string(2) "ad"
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strtoupper1-win32.phpt | 228 ad => ad
|
H A D | strtolower-win32.phpt | 227 ad => ad
|
H A D | html_entity_decode_iso8859-5.phpt | 157 SOFT HYPHEN: ­ => ad 158 ­ => ad
|
H A D | html_entity_decode_iso8859-15.phpt | 157 SOFT HYPHEN: ­ => ad 158 ­ => ad
|
H A D | html_entity_decode_win1251.phpt | 289 SOFT HYPHEN: ­ => ad 290 ­ => ad
|
H A D | html_entity_decode_macroman.phpt | 292 NOT EQUAL TO: ≠ => ad
|
H A D | html_entity_decode_cp866.phpt | 285 CYRILLIC SMALL LETTER EN: н => ad
|
H A D | html_entity_decode_koi8-r.phpt | 285 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => ad
|
H A D | bug49785.phpt | 199 string(2) "ad"
|
/PHP-8.0/Zend/tests/numeric_strings/ |
H A D | invalid_numeric_strings_must_generate_warning.phpt | 41 var_dump("31 enim" % "37 ad");
|
H A D | invalid_numeric_string_must_generate_warning_assign.phpt | 67 $a %= "37 ad";
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 309 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local 326 ad = im->alpha[i] - a; in gdImageColorClosestAlpha() 327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha() 574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local 597 ad = (long) (im->alpha[c] - a); in gdImageColorResolveAlpha() 598 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
|
/PHP-8.0/ext/hash/tests/ |
H A D | fnv1a32.phpt | 278 array( 'Td+upvB~&Q\\NkRL[->`?h1Lop7/s- 4ad@XU7zU>M2l9e9trWV3Ag_1', 'b41de8a2' ),
|