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);
129 PHP_FUNCTION(sodium_crypto_stream_xor);
200 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {} function
655 ZEND_FUNCTION(sodium_crypto_stream_xor);838 ZEND_FE(sodium_crypto_stream_xor, arginfo_sodium_crypto_stream_xor)
1463 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() argument
Completed in 17 milliseconds