/PHP-8.3/ext/sodium/tests/ |
H A D | crypto_aead.phpt | 14 $nonce = random_bytes(SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_NPUBBYTES); 18 $ciphertext = sodium_crypto_aead_chacha20poly1305_encrypt($msg, $ad, $nonce, $key); 19 $msg2 = sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, $ad, $nonce, $key); 22 var_dump(sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, 'x' . $ad, $nonce, $key)); 25 $msg2 = sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, $ad, $key, $nonce); 37 $nonce = random_bytes(SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES); 66 $nonce = random_bytes(SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES); 93 $nonce = random_bytes(SODIUM_CRYPTO_AEAD_AES256GCM_NPUBBYTES); 96 $ciphertext = sodium_crypto_aead_aes256gcm_encrypt($msg, $ad, $nonce, $key); 97 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $nonce, $key); [all …]
|
H A D | crypto_stream.phpt | 7 $nonce = random_bytes(SODIUM_CRYPTO_STREAM_NONCEBYTES); 11 $stream = sodium_crypto_stream($len, $nonce, $key); 14 $stream2 = sodium_crypto_stream($len, $nonce, $key); 16 $nonce = random_bytes(SODIUM_CRYPTO_STREAM_NONCEBYTES); 17 $stream3 = sodium_crypto_stream($len, $nonce, $key); 20 $stream4 = sodium_crypto_stream($len, $nonce, $key); 29 $stream5 = sodium_crypto_stream_xor($stream, $nonce, $key); 31 $stream6 = sodium_crypto_stream_xor($stream5, $nonce, $key); 36 sodium_crypto_stream($len, substr($nonce, 1), $key);
|
H A D | crypto_stream_xchacha20.phpt | 9 $nonce = random_bytes(SODIUM_CRYPTO_STREAM_XCHACHA20_NONCEBYTES); 13 $stream = sodium_crypto_stream_xchacha20($len, $nonce, $key); 16 $stream2 = sodium_crypto_stream_xchacha20($len, $nonce, $key); 18 $nonce = random_bytes(SODIUM_CRYPTO_STREAM_XCHACHA20_NONCEBYTES); 19 $stream3 = sodium_crypto_stream_xchacha20($len, $nonce, $key); 22 $stream4 = sodium_crypto_stream_xchacha20($len, $nonce, $key); 31 $stream5 = sodium_crypto_stream_xchacha20_xor($stream, $nonce, $key); 33 $stream6 = sodium_crypto_stream_xchacha20_xor($stream5, $nonce, $key); 54 sodium_crypto_stream_xchacha20(-1, $nonce, $key); 59 sodium_crypto_stream_xchacha20($len, substr($nonce, 1), $key); [all …]
|
H A D | crypto_secretbox.phpt | 7 $nonce = random_bytes(SODIUM_CRYPTO_SECRETBOX_NONCEBYTES); 10 $a = sodium_crypto_secretbox('test', $nonce, $key); 11 $x = sodium_crypto_secretbox_open($a, $nonce, $key); 13 $y = sodium_crypto_secretbox_open("\0" . $a, $nonce, $key); 17 sodium_crypto_secretbox('test', substr($nonce, 1), $key);
|
/PHP-8.3/ext/sodium/ |
H A D | libsodium.stub.php | 503 …ad_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $nonce, #[\SensitiveParam… argument 510 …ha20poly1305_decrypt(string $ciphertext, string $additional_data, string $nonce, #[\SensitiveParam… 516 …oly1305_ietf_decrypt(string $ciphertext, string $additional_data, string $nonce, #[\SensitiveParam… 523 …oly1305_ietf_decrypt(string $ciphertext, string $additional_data, string $nonce, #[\SensitiveParam… 544 function sodium_crypto_box_open(string $ciphertext, string $nonce, #[\SensitiveParameter] string $k… 649 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, #[\SensitiveParameter] str… 697 function sodium_crypto_stream(int $length, string $nonce, #[\SensitiveParameter] string $key): stri… 704 function sodium_crypto_stream_xchacha20(int $length, string $nonce, #[\SensitiveParameter] string $…
|
H A D | libsodium_arginfo.h | 11 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 20 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 33 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 40 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 57 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 71 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 91 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 108 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 324 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) 332 ZEND_ARG_TYPE_INFO(0, nonce, IS_STRING, 0) [all …]
|
H A D | libsodium.c | 324 unsigned char *nonce; in PHP_FUNCTION() local 331 &nonce, &nonce_len, in PHP_FUNCTION() 351 nonce, key) != 0) { in PHP_FUNCTION() 366 unsigned char *nonce; in PHP_FUNCTION() local 734 unsigned char *nonce; in PHP_FUNCTION() local 780 unsigned char *nonce; in PHP_FUNCTION() local 1214 unsigned char *nonce; in PHP_FUNCTION() local 1255 unsigned char *nonce; in PHP_FUNCTION() local 1294 unsigned char *nonce; in PHP_FUNCTION() local 1335 unsigned char *nonce; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/sapi/cli/tests/ |
H A D | php_cli_server_007.phpt | 10 php_cli_server_start('header(\'WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque… 35 WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque="acbd18db4cc2f85cedef654fccc4a…
|
H A D | php_cli_server_021.phpt | 18 Authorization: digest username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f… 37 string(242) "username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c0…
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug55639.phpt | 28 header('WWW-Authenticate: Digest realm="realm", qop="auth,auth-int", nonce="aaaaaaaaaaaaaaaaaaaaaaa… 63 Authorization: Digest username="user", realm="realm", nonce="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", u…
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 679 unsigned char nonce[16]; in make_http_soap_request() local 683 if (UNEXPECTED(php_random_bytes_throw(&nonce, sizeof(nonce)) != SUCCESS)) { in make_http_soap_request() 695 php_hash_bin2hex(cnonce, nonce, sizeof(nonce)); in make_http_soap_request()
|