Home
last modified time | relevance | path

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

/php-src/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);
54 sodium_crypto_stream_xchacha20(-1, $nonce, $key);
59 sodium_crypto_stream_xchacha20($len, substr($nonce, 1), $key);
64 sodium_crypto_stream_xchacha20($len, $nonce, substr($key, 1));
92 sodium_crypto_stream_xchacha20(): Argument #1 ($length) must be greater than 0
93 sodium_crypto_stream_xchacha20(): Argument #2 ($nonce) must be SODIUM_CRYPTO_STREAM_XCHACHA20_NONCE…
94 sodium_crypto_stream_xchacha20(): Argument #3 ($key) must be SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTE…
/php-src/ext/sodium/
H A Dlibsodium.stub.php766 function sodium_crypto_stream_xchacha20(int $length, string $nonce, #[\SensitiveParameter] string $…
H A Dlibsodium_arginfo.h729 ZEND_FUNCTION(sodium_crypto_stream_xchacha20);
932 ZEND_FE(sodium_crypto_stream_xchacha20, arginfo_sodium_crypto_stream_xchacha20)
H A Dlibsodium.c1289 PHP_FUNCTION(sodium_crypto_stream_xchacha20) in PHP_FUNCTION() argument

Completed in 36 milliseconds