Home
last modified time | relevance | path

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

/PHP-8.1/ext/sodium/tests/
H A Dcrypto_secretstream.phpt25 $stream = sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key);
38 $stream = sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key);
44 $stream = sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key);
/PHP-8.1/ext/sodium/
H A Dphp_libsodium.h110 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull);
H A Dlibsodium.stub.php160 function sodium_crypto_secretstream_xchacha20poly1305_init_pull(string $header, string $key): strin… function
H A Dlibsodium_arginfo.h631 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull);
814 …ZEND_FE(sodium_crypto_secretstream_xchacha20poly1305_init_pull, arginfo_sodium_crypto_secretstream…
H A Dlibsodium.c3398 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) in PHP_FUNCTION() argument

Completed in 34 milliseconds