Searched refs:sodium_crypto_stream_xor (Results 1 – 5 of 5) sorted by relevance
29 $stream5 = sodium_crypto_stream_xor($stream, $nonce, $key);31 $stream6 = sodium_crypto_stream_xor($stream5, $nonce, $key);
114 PHP_FUNCTION(sodium_crypto_stream_xor);
161 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {} function
513 ZEND_FUNCTION(sodium_crypto_stream_xor);642 ZEND_FE(sodium_crypto_stream_xor, arginfo_sodium_crypto_stream_xor)
1432 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() argument
Completed in 25 milliseconds