Home
last modified time | relevance | path

Searched refs:PASSWORD_ARGON2_DEFAULT_TIME_COST (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/standard/tests/password/
H A Dpassword_needs_rehash_argon2.phpt14 …sword_needs_rehash($hash, PASSWORD_ARGON2I, ['time_cost' => PASSWORD_ARGON2_DEFAULT_TIME_COST + 1]…
19 …word_needs_rehash($hash, PASSWORD_ARGON2ID, ['time_cost' => PASSWORD_ARGON2_DEFAULT_TIME_COST + 1]…
/PHP-8.2/ext/sodium/
H A Dsodium_pwhash.stub.php23 const PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN; define
/PHP-8.2/ext/standard/
H A Dpassword.stub.php41 const PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN; define
/PHP-8.2/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt24 'time_cost' => PASSWORD_ARGON2_DEFAULT_TIME_COST * $time,
H A Dphp_password_hash_argon2id.phpt24 'time_cost' => PASSWORD_ARGON2_DEFAULT_TIME_COST * $time,

Completed in 7 milliseconds