Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/sodium/
H A Dphp_libsodium.h112 PHP_FUNCTION(sodium_crypto_stream);
H A Dlibsodium.stub.php157 function sodium_crypto_stream(int $length, string $nonce, string $key): string {} function
H A Dlibsodium_arginfo.h511 ZEND_FUNCTION(sodium_crypto_stream);
640 ZEND_FE(sodium_crypto_stream, arginfo_sodium_crypto_stream)
H A Dlibsodium.c1392 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() argument

Completed in 16 milliseconds