Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dcrypt_blowfish.c654 static const unsigned char flags_by_subtype[26] = variable
687 !flags_by_subtype[(unsigned int)(unsigned char)setting[2] - 'a'] || in BF_crypt()
705 flags_by_subtype[(unsigned int)(unsigned char)setting[2] - 'a']); in BF_crypt()
856 unsigned int flags = flags_by_subtype[ in php_crypt_blowfish_rn()

Completed in 9 milliseconds