Lines Matching refs:opslimit

1479 	zend_long      opslimit;  in PHP_FUNCTION()  local
1490 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION()
1506 if (opslimit <= 0) { in PHP_FUNCTION()
1529 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1543 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1550 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1567 zend_long opslimit; in PHP_FUNCTION() local
1573 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1577 if (opslimit <= 0) { in PHP_FUNCTION()
1592 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1601 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
1619 zend_long opslimit; in PHP_FUNCTION() local
1623 &hash_str, &hash_str_len, &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1626 if (crypto_pwhash_str_needs_rehash(hash_str, opslimit, memlimit) == 0) { in PHP_FUNCTION()
1669 zend_long opslimit; in PHP_FUNCTION() local
1677 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1685 if (opslimit <= 0) { in PHP_FUNCTION()
1700 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
1710 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
1725 zend_long opslimit; in PHP_FUNCTION() local
1730 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1734 if (opslimit <= 0) { in PHP_FUNCTION()
1745 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
1755 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()