Searched refs:sodium_crypto_secretbox (Results 1 – 5 of 5) sorted by relevance
10 $a = sodium_crypto_secretbox('test', $nonce, $key);17 sodium_crypto_secretbox('test', substr($nonce, 1), $key);
104 PHP_FUNCTION(sodium_crypto_secretbox);
146 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {} function
618 ZEND_FUNCTION(sodium_crypto_secretbox);801 ZEND_FE(sodium_crypto_secretbox, arginfo_sodium_crypto_secretbox)
533 PHP_FUNCTION(sodium_crypto_secretbox) in PHP_FUNCTION() argument
Completed in 25 milliseconds