Searched refs:sodium_memcmp (Results 1 – 6 of 6) sorted by relevance
17 var_dump(!sodium_memcmp($b, $c));18 var_dump(!sodium_memcmp($b, 'String'));
54 var_dump(sodium_memcmp($calc_pubkey, $alice_publickey) === 0);
135 PHP_FUNCTION(sodium_memcmp);
216 function sodium_memcmp(string $string1, string $string2): int {} function
668 ZEND_FUNCTION(sodium_memcmp);851 ZEND_FE(sodium_memcmp, arginfo_sodium_memcmp)
483 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() argument500 RETURN_LONG(sodium_memcmp(buf1, buf2, len1)); in PHP_FUNCTION()
Completed in 35 milliseconds