Home
last modified time | relevance | path

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

/PHP-8.4/ext/sodium/tests/
H A Dcrypto_stream_xchacha20.phpt46 $stream7_left = sodium_crypto_stream_xchacha20_xor_ic($left, $n2, 0, $key);
47 $stream7_right = sodium_crypto_stream_xchacha20_xor_ic($right, $n2, 1, $key);
/PHP-8.4/ext/sodium/
H A Dlibsodium.stub.php772 function sodium_crypto_stream_xchacha20_xor_ic(#[\SensitiveParameter] string $message, string $nonc…
H A Dlibsodium_arginfo.h604 ZEND_FUNCTION(sodium_crypto_stream_xchacha20_xor_ic);
739 ZEND_FE(sodium_crypto_stream_xchacha20_xor_ic, arginfo_sodium_crypto_stream_xchacha20_xor_ic)
H A Dlibsodium.c1368 PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor_ic) in PHP_FUNCTION() argument

Completed in 25 milliseconds