Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/ext/sodium/
H A Dlibsodium.c158 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 Dcacert.pem26 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 Dclient-cert.pem54 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 Dstrtolower-win32.phpt236 ad => ad
H A Dstrtoupper1-win32.phpt236 ad => ad
H A Dconvert_cyr_string_basic.phpt89 180: ad
H A Dhtml_entity_decode_iso8859-5.phpt156 SOFT HYPHEN: ­ => ad
157 ­ => ad
H A Dhtml_entity_decode_iso8859-15.phpt156 SOFT HYPHEN: ­ => ad
157 ­ => ad
H A Dhtml_entity_decode_win1251.phpt288 SOFT HYPHEN: ­ => ad
289 ­ => ad
H A Dhtml_entity_decode_macroman.phpt291 NOT EQUAL TO: ≠ => ad
H A Dhtml_entity_decode_cp866.phpt284 CYRILLIC SMALL LETTER EN: н => ad
H A Dhtml_entity_decode_koi8-r.phpt284 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => ad
H A Dbug49785.phpt199 string(2) "ad"
/PHP-7.3/ext/standard/tests/array/
H A D009.phpt17 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 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-7.3/Zend/tests/
H A Dnumeric_string_errors.phpt21 var_dump("31 enim" % "37 ad");
H A Dnumeric_string_errors_assign.phpt47 $a %= "37 ad";
/PHP-7.3/ext/hash/tests/
H A Dfnv1a32.phpt280 array( 'Td+upvB~&Q\\NkRL[->`?h1Lop7/s- 4ad@XU7zU>M2l9e9trWV3Ag_1', 'b41de8a2' ),

Completed in 57 milliseconds