Lines Matching refs:opslimit

1591 	zend_long      opslimit;  in PHP_FUNCTION()  local
1602 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION()
1618 if (opslimit <= 0) { in PHP_FUNCTION()
1641 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1655 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1662 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1679 zend_long opslimit; in PHP_FUNCTION() local
1685 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1689 if (opslimit <= 0) { in PHP_FUNCTION()
1704 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1713 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
1731 zend_long opslimit; in PHP_FUNCTION() local
1735 &hash_str, &hash_str_len, &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1738 if (crypto_pwhash_str_needs_rehash(hash_str, opslimit, memlimit) == 0) { in PHP_FUNCTION()
1781 zend_long opslimit; in PHP_FUNCTION() local
1789 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1797 if (opslimit <= 0) { in PHP_FUNCTION()
1812 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
1822 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
1837 zend_long opslimit; in PHP_FUNCTION() local
1842 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1846 if (opslimit <= 0) { in PHP_FUNCTION()
1857 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
1867 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()