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);
117 PHP_FUNCTION(sodium_memcmp);
169 function sodium_memcmp(string $string1, string $string2): int {} function
517 ZEND_FUNCTION(sodium_memcmp);646 ZEND_FE(sodium_memcmp, arginfo_sodium_memcmp)
452 PHP_FUNCTION(sodium_memcmp) in PHP_FUNCTION() argument469 RETURN_LONG(sodium_memcmp(buf1, buf2, len1)); in PHP_FUNCTION()
Completed in 29 milliseconds