Home
last modified time | relevance | path

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

/php-src/ext/sodium/tests/
H A Dcrypto_stream.phpt29 $stream5 = sodium_crypto_stream_xor($stream, $nonce, $key);
31 $stream6 = sodium_crypto_stream_xor($stream5, $nonce, $key);
/php-src/ext/sodium/
H A Dlibsodium.stub.php763 function sodium_crypto_stream_xor(#[\SensitiveParameter] string $message, string $nonce, #[\Sensiti…
H A Dlibsodium_arginfo.h599 ZEND_FUNCTION(sodium_crypto_stream_xor);
734 ZEND_FE(sodium_crypto_stream_xor, arginfo_sodium_crypto_stream_xor)
H A Dlibsodium.c1249 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() argument

Completed in 20 milliseconds