php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Variables | |
const | PASSWORD_ARGON2I = "argon2i" |
const | PASSWORD_ARGON2ID = "argon2id" |
const | PASSWORD_ARGON2_DEFAULT_MEMORY_COST = UNKNOWN |
const | PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN |
const | PASSWORD_ARGON2_DEFAULT_THREADS = UNKNOWN |
const | PASSWORD_ARGON2_PROVIDER = "openssl" |
const PASSWORD_ARGON2_DEFAULT_MEMORY_COST = UNKNOWN |
Definition at line 18 of file openssl_pwhash.stub.php.
const PASSWORD_ARGON2_DEFAULT_THREADS = UNKNOWN |
Definition at line 28 of file openssl_pwhash.stub.php.
const PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN |
Definition at line 23 of file openssl_pwhash.stub.php.
const PASSWORD_ARGON2_PROVIDER = "openssl" |
Definition at line 32 of file openssl_pwhash.stub.php.
const PASSWORD_ARGON2I = "argon2i" |
Definition at line 9 of file openssl_pwhash.stub.php.
const PASSWORD_ARGON2ID = "argon2id" |
Definition at line 13 of file openssl_pwhash.stub.php.