Lines Matching refs:opslimit
1421 zend_long opslimit; in PHP_FUNCTION() local
1432 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION()
1448 if (opslimit <= 0) { in PHP_FUNCTION()
1471 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1485 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1492 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1509 zend_long opslimit; in PHP_FUNCTION() local
1515 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1519 if (opslimit <= 0) { in PHP_FUNCTION()
1534 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1543 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
1561 zend_long opslimit; in PHP_FUNCTION() local
1565 &hash_str, &hash_str_len, &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1568 if (crypto_pwhash_str_needs_rehash(hash_str, opslimit, memlimit) == 0) { in PHP_FUNCTION()
1611 zend_long opslimit; in PHP_FUNCTION() local
1619 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1627 if (opslimit <= 0) { in PHP_FUNCTION()
1642 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
1652 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
1667 zend_long opslimit; in PHP_FUNCTION() local
1672 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1676 if (opslimit <= 0) { in PHP_FUNCTION()
1687 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
1697 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()