Searched refs:ascii_to_bin (Results 1 – 1 of 1) sorted by relevance
650 static uint32_t ascii_to_bin(int ch) in ascii_to_bin() function904 uint32_t value = ascii_to_bin(setting[i]); in _crypt_extended_r_uut()913 uint32_t value = ascii_to_bin(setting[i]); in _crypt_extended_r_uut()947 salt = (ascii_to_bin(setting[1]) << 6) in _crypt_extended_r_uut()948 | ascii_to_bin(setting[0]); in _crypt_extended_r_uut()