Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/sodium/
H A Dphp_libsodium.h116 PHP_FUNCTION(sodium_crypto_stream_xor);
H A Dlibsodium.c333 PHP_FE(sodium_crypto_stream_xor, AI_StringAndNonceAndKey)
1782 PHP_FUNCTION(sodium_crypto_stream_xor) in PHP_FUNCTION() argument

Completed in 17 milliseconds