Searched refs:sodium_crypto_stream_xchacha20 (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/sodium/tests/ |
H A D | crypto_stream_xchacha20.phpt | 13 $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 D | php_libsodium.h | 130 PHP_FUNCTION(sodium_crypto_stream_xchacha20);
|
H A D | libsodium.stub.php | 203 function sodium_crypto_stream_xchacha20(int $length, string $nonce, string $key): string {} function
|
H A D | libsodium_arginfo.h | 657 ZEND_FUNCTION(sodium_crypto_stream_xchacha20); 840 ZEND_FE(sodium_crypto_stream_xchacha20, arginfo_sodium_crypto_stream_xchacha20)
|
H A D | libsodium.c | 1503 PHP_FUNCTION(sodium_crypto_stream_xchacha20) in PHP_FUNCTION() argument
|
/PHP-8.1/ |
H A D | UPGRADING | 537 - sodium_crypto_stream_xchacha20()
|
Completed in 30 milliseconds