Searched refs:sodium_crypto_stream (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/sodium/tests/ |
H A D | crypto_stream.phpt | 11 $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 D | php_libsodium.h | 112 PHP_FUNCTION(sodium_crypto_stream);
|
H A D | libsodium.stub.php | 157 function sodium_crypto_stream(int $length, string $nonce, string $key): string {} function
|
H A D | libsodium_arginfo.h | 511 ZEND_FUNCTION(sodium_crypto_stream); 640 ZEND_FE(sodium_crypto_stream, arginfo_sodium_crypto_stream)
|
H A D | libsodium.c | 1392 PHP_FUNCTION(sodium_crypto_stream) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds