/PHP-7.3/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-7.3/ext/sodium/ |
H A D | libsodium.c | 158 ZEND_ARG_INFO(0, ad) 2150 unsigned char *ad; in PHP_FUNCTION() local 2163 &ad, &ad_len, in PHP_FUNCTION() 2216 unsigned char *ad; in PHP_FUNCTION() local 2229 &ad, &ad_len, in PHP_FUNCTION() 2297 &ad, &ad_len, in PHP_FUNCTION() 2359 &ad, &ad_len, in PHP_FUNCTION() 2422 &ad, &ad_len, in PHP_FUNCTION() 2488 &ad, &ad_len, in PHP_FUNCTION() 2557 &ad, &ad_len, in PHP_FUNCTION() [all …]
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | cacert.pem | 26 26:97:6a:a3:1c:ad:90:53:50:b0:b1:6d:1d:b0:b8: 30 97:df:82:46:02:a9:bc:98:51:3e:c3:df:57:ad:b7: 56 17:c0:4e:df:85:3c:f0:84:df:58:f1:d2:4d:2f:ad:ff:1b:d7:
|
H A D | client-cert.pem | 54 ef:bb:41:16:ed:ad:46:ce:34:d3:02:3d:dd:e2:50:fa:3c:5d:
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 236 ad => ad
|
H A D | strtoupper1-win32.phpt | 236 ad => ad
|
H A D | convert_cyr_string_basic.phpt | 89 180: ad
|
H A D | html_entity_decode_iso8859-5.phpt | 156 SOFT HYPHEN: ­ => ad 157 ­ => ad
|
H A D | html_entity_decode_iso8859-15.phpt | 156 SOFT HYPHEN: ­ => ad 157 ­ => ad
|
H A D | html_entity_decode_win1251.phpt | 288 SOFT HYPHEN: ­ => ad 289 ­ => ad
|
H A D | html_entity_decode_macroman.phpt | 291 NOT EQUAL TO: ≠ => ad
|
H A D | html_entity_decode_cp866.phpt | 284 CYRILLIC SMALL LETTER EN: н => ad
|
H A D | html_entity_decode_koi8-r.phpt | 284 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => ad
|
H A D | bug49785.phpt | 199 string(2) "ad"
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | 009.phpt | 17 array('a', 'b', 'c', "ab", "ac", "ad"), // string array 242 string(2) "ad" 243 string(2) "ad" 263 string(2) "ad"
|
/PHP-7.3/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-7.3/Zend/tests/ |
H A D | numeric_string_errors.phpt | 21 var_dump("31 enim" % "37 ad");
|
H A D | numeric_string_errors_assign.phpt | 47 $a %= "37 ad";
|
/PHP-7.3/ext/hash/tests/ |
H A D | fnv1a32.phpt | 280 array( 'Td+upvB~&Q\\NkRL[->`?h1Lop7/s- 4ad@XU7zU>M2l9e9trWV3Ag_1', 'b41de8a2' ),
|