Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dcrypt.c52 #define IS_VALID_SALT_CHARACTER(c) (((c) >= '.' && (c) <= '9') || ((c) >= 'A' && (c) <= 'Z') || ((c… macro
154 || (IS_VALID_SALT_CHARACTER(salt[0]) && IS_VALID_SALT_CHARACTER(salt[1]))) { in php_crypt()

Completed in 5 milliseconds