Home
last modified time | relevance | path

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

/php-src/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-src/ext/sodium/
H A Dlibsodium.stub.php759 function sodium_crypto_stream(int $length, string $nonce, #[\SensitiveParameter] string $key): stri…
H A Dlibsodium_arginfo.h597 ZEND_FUNCTION(sodium_crypto_stream);
732 ZEND_FE(sodium_crypto_stream, arginfo_sodium_crypto_stream)
H A Dlibsodium.c1209 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() argument

Completed in 31 milliseconds