Home
last modified time | relevance | path

Searched refs:ad (Results 1 – 18 of 18) sorted by relevance

/PHP-8.0/ext/sodium/tests/
H A Dcrypto_aead.phpt15 $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 Dcrypto_secretstream.phpt15 $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 Dbug81011.phpt18 foreach( $array['ads'] as &$ad ){
19 $ad['premium'] = (int)($ad['id'] == 555);
/PHP-8.0/ext/sodium/
H A Dlibsodium.c1809 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 D009.phpt11 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 Dstrtoupper1-win32.phpt228 ad => ad
H A Dstrtolower-win32.phpt227 ad => ad
H A Dhtml_entity_decode_iso8859-5.phpt157 SOFT HYPHEN: ­ => ad
158 ­ => ad
H A Dhtml_entity_decode_iso8859-15.phpt157 SOFT HYPHEN: ­ => ad
158 ­ => ad
H A Dhtml_entity_decode_win1251.phpt289 SOFT HYPHEN: ­ => ad
290 ­ => ad
H A Dhtml_entity_decode_macroman.phpt292 NOT EQUAL TO: ≠ => ad
H A Dhtml_entity_decode_cp866.phpt285 CYRILLIC SMALL LETTER EN: н => ad
H A Dhtml_entity_decode_koi8-r.phpt285 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => ad
H A Dbug49785.phpt199 string(2) "ad"
/PHP-8.0/Zend/tests/numeric_strings/
H A Dinvalid_numeric_strings_must_generate_warning.phpt41 var_dump("31 enim" % "37 ad");
H A Dinvalid_numeric_string_must_generate_warning_assign.phpt67 $a %= "37 ad";
/PHP-8.0/ext/gd/libgd/
H A Dgd.c309 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 Dfnv1a32.phpt278 array( 'Td+upvB~&Q\\NkRL[->`?h1Lop7/s- 4ad@XU7zU>M2l9e9trWV3Ag_1', 'b41de8a2' ),

Completed in 55 milliseconds