Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds