Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/sodium/
H A Dphp_libsodium.h114 PHP_FUNCTION(sodium_crypto_stream_xor);
H A Dlibsodium.stub.php161 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {} function
H A Dlibsodium_arginfo.h513 ZEND_FUNCTION(sodium_crypto_stream_xor);
642 ZEND_FE(sodium_crypto_stream_xor, arginfo_sodium_crypto_stream_xor)
H A Dlibsodium.c1432 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() argument

Completed in 25 milliseconds