Home
last modified time | relevance | path

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

/PHP-7.4/ext/sodium/tests/
H A Dcrypto_stream.phpt11 $stream = sodium_crypto_stream($len, $nonce, $key);
14 $stream2 = sodium_crypto_stream($len, $nonce, $key);
17 $stream3 = sodium_crypto_stream($len, $nonce, $key);
20 $stream4 = sodium_crypto_stream($len, $nonce, $key);
36 sodium_crypto_stream($len, substr($nonce, 1), $key);
/PHP-7.4/ext/sodium/
H A Dphp_libsodium.h114 PHP_FUNCTION(sodium_crypto_stream);
H A Dlibsodium.c331 PHP_FE(sodium_crypto_stream, AI_LengthAndNonceAndKey)
1742 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() argument

Completed in 14 milliseconds