Searched refs:passwd_salt (Results 1 – 1 of 1) sorted by relevance
87 static char *passwd_salt; variable1117 if ( passwd_salt ) in config_generic()1118 c->value_string = ch_strdup( passwd_salt ); in config_generic()1582 ch_free( passwd_salt ); in config_generic()1583 passwd_salt = NULL; in config_generic()1960 if ( passwd_salt ) ch_free( passwd_salt ); in config_generic()1961 passwd_salt = c->value_string; in config_generic()1962 lutil_salt_format(passwd_salt); in config_generic()