Searched refs:sodium_crypto_stream_xchacha20_xor (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/sodium/tests/ |
H A D | crypto_stream_xchacha20.phpt | 31 $stream5 = sodium_crypto_stream_xchacha20_xor($stream, $nonce, $key); 33 $stream6 = sodium_crypto_stream_xchacha20_xor($stream5, $nonce, $key); 53 sodium_crypto_stream_xchacha20_xor($stream, substr($nonce, 1), $key); 58 sodium_crypto_stream_xchacha20_xor($stream, $nonce, substr($key, 1)); 77 sodium_crypto_stream_xchacha20_xor(): Argument #2 ($nonce) must be SODIUM_CRYPTO_STREAM_XCHACHA20_N… 78 sodium_crypto_stream_xchacha20_xor(): Argument #3 ($key) must be SODIUM_CRYPTO_STREAM_XCHACHA20_KEY…
|
/PHP-8.1/ext/sodium/ |
H A D | php_libsodium.h | 132 PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor);
|
H A D | libsodium.stub.php | 207 function sodium_crypto_stream_xchacha20_xor(string $message, string $nonce, string $key): string {} function
|
H A D | libsodium_arginfo.h | 663 ZEND_FUNCTION(sodium_crypto_stream_xchacha20_xor); 846 ZEND_FE(sodium_crypto_stream_xchacha20_xor, arginfo_sodium_crypto_stream_xchacha20_xor)
|
H A D | libsodium.c | 1543 PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor) in PHP_FUNCTION() argument
|
/PHP-8.1/ |
H A D | UPGRADING | 539 - sodium_crypto_stream_xchacha20_xor()
|
Completed in 19 milliseconds