Lines Matching refs:opslimit

139 	ZEND_ARG_INFO(0, opslimit)
147 ZEND_ARG_INFO(0, opslimit)
1812 zend_long opslimit; in PHP_FUNCTION() local
1823 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION()
1835 if (opslimit <= 0) { in PHP_FUNCTION()
1858 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1874 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1881 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1898 zend_long opslimit; in PHP_FUNCTION() local
1904 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1908 if (opslimit <= 0) { in PHP_FUNCTION()
1923 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1934 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
1952 zend_long opslimit; in PHP_FUNCTION() local
1956 &hash_str, &hash_str_len, &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1960 if (crypto_pwhash_str_needs_rehash(hash_str, opslimit, memlimit) == 0) { in PHP_FUNCTION()
2004 zend_long opslimit; in PHP_FUNCTION() local
2012 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
2020 if (opslimit <= 0) { in PHP_FUNCTION()
2037 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
2049 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()
2064 zend_long opslimit; in PHP_FUNCTION() local
2069 &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
2073 if (opslimit <= 0) { in PHP_FUNCTION()
2084 if (opslimit < crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE) { in PHP_FUNCTION()
2096 (unsigned long long) opslimit, (size_t) memlimit) != 0) { in PHP_FUNCTION()