Searched refs:sodium_crypto_stream_xchacha20_xor (Results 1 – 4 of 4) sorted by relevance
/php-src/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); 43 $stream7_unified = sodium_crypto_stream_xchacha20_xor($left . $right, $n2, $key); 69 sodium_crypto_stream_xchacha20_xor($stream, substr($nonce, 1), $key); 74 sodium_crypto_stream_xchacha20_xor($stream, $nonce, substr($key, 1)); 95 sodium_crypto_stream_xchacha20_xor(): Argument #2 ($nonce) must be SODIUM_CRYPTO_STREAM_XCHACHA20_N… 96 sodium_crypto_stream_xchacha20_xor(): Argument #3 ($key) must be SODIUM_CRYPTO_STREAM_XCHACHA20_KEY…
|
/php-src/ext/sodium/ |
H A D | libsodium.stub.php | 770 function sodium_crypto_stream_xchacha20_xor(#[\SensitiveParameter] string $message, string $nonce, …
|
H A D | libsodium_arginfo.h | 603 ZEND_FUNCTION(sodium_crypto_stream_xchacha20_xor); 738 ZEND_FE(sodium_crypto_stream_xchacha20_xor, arginfo_sodium_crypto_stream_xchacha20_xor)
|
H A D | libsodium.c | 1329 PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds