Searched refs:aic_str (Results 1 – 1 of 1) sorted by relevance
141 char *aic_str, in chap_server_open() argument186 *aic_len = sprintf(aic_str, "CHAP_A=%d", digest_type); in chap_server_open()194 *aic_len += sprintf(aic_str + *aic_len, "CHAP_I=%d", chap->id); in chap_server_open()200 if (chap_gen_challenge(conn, 1, aic_str, aic_len) < 0) { in chap_server_open()