Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c650 static const unsigned char flags_by_subtype[26] = variable
683 !flags_by_subtype[(unsigned int)(unsigned char)setting[2] - 'a'] || in BF_crypt()
701 flags_by_subtype[(unsigned int)(unsigned char)setting[2] - 'a']); in BF_crypt()
852 unsigned int flags = flags_by_subtype[ in php_crypt_blowfish_rn()

Completed in 6 milliseconds