Searched refs:sodium_crypto_secretstream_xchacha20poly1305_pull (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/sodium/tests/ |
H A D | crypto_secretstream.phpt | 26 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad); 27 $r2 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c2); 34 var_dump(sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c2)); 35 var_dump(sodium_crypto_secretstream_xchacha20poly1305_pull($stream, 'x')); 38 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1); 40 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad); 45 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad); 47 $r2 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c2);
|
/PHP-7.2/ext/sodium/ |
H A D | php_libsodium.h | 97 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull);
|
H A D | libsodium.c | 314 …PHP_FE(sodium_crypto_secretstream_xchacha20poly1305_pull, AI_StateByReferenceAndStringAndMaybeStri… 3643 PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) in PHP_FUNCTION() argument
|
Completed in 15 milliseconds