Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/tests/
H A Dcrypto_secretstream.phpt24 $stream = sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key);
37 $stream = sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key);
43 $stream = sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key);
/PHP-8.0/ext/sodium/
H A Dphp_libsodium.h95 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull);
H A Dlibsodium.stub.php122 function sodium_crypto_secretstream_xchacha20poly1305_init_pull(string $header, string $key): strin… function
H A Dlibsodium_arginfo.h489 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull);
618 …ZEND_FE(sodium_crypto_secretstream_xchacha20poly1305_init_pull, arginfo_sodium_crypto_secretstream…
H A Dlibsodium.c3211 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() argument

Completed in 20 milliseconds