Home
last modified time | relevance | path

Searched refs:sodium_crypto_stream_xchacha20 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/sodium/tests/
H A Dcrypto_stream_xchacha20.phpt13 $stream = sodium_crypto_stream_xchacha20($len, $nonce, $key);
16 $stream2 = sodium_crypto_stream_xchacha20($len, $nonce, $key);
19 $stream3 = sodium_crypto_stream_xchacha20($len, $nonce, $key);
22 $stream4 = sodium_crypto_stream_xchacha20($len, $nonce, $key);
38 sodium_crypto_stream_xchacha20(-1, $nonce, $key);
43 sodium_crypto_stream_xchacha20($len, substr($nonce, 1), $key);
48 sodium_crypto_stream_xchacha20($len, $nonce, substr($key, 1));
74 sodium_crypto_stream_xchacha20(): Argument #1 ($length) must be greater than 0
75 sodium_crypto_stream_xchacha20(): Argument #2 ($nonce) must be SODIUM_CRYPTO_STREAM_XCHACHA20_NONCE…
76 sodium_crypto_stream_xchacha20(): Argument #3 ($key) must be SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTE…
/PHP-8.1/ext/sodium/
H A Dphp_libsodium.h130 PHP_FUNCTION(sodium_crypto_stream_xchacha20);
H A Dlibsodium.stub.php203 function sodium_crypto_stream_xchacha20(int $length, string $nonce, string $key): string {} function
H A Dlibsodium_arginfo.h657 ZEND_FUNCTION(sodium_crypto_stream_xchacha20);
840 ZEND_FE(sodium_crypto_stream_xchacha20, arginfo_sodium_crypto_stream_xchacha20)
H A Dlibsodium.c1503 PHP_FUNCTION(sodium_crypto_stream_xchacha20) in PHP_FUNCTION() argument
/PHP-8.1/
H A DUPGRADING537 - sodium_crypto_stream_xchacha20()

Completed in 30 milliseconds