Searched refs:respdata (Results 1 – 1 of 1) sorted by relevance
468 static uint8_t respdata[ISCSI_CHAP_DATA_LENGTH]; in param_parse_security() local651 respdata, ISCSI_CHAP_DATA_LENGTH); in param_parse_security()656 if (memcmp(respdata, chapdata, ISCSI_CHAP_DATA_LENGTH) != 0) { in param_parse_security()657 … iscsi_err(__FILE__, __LINE__, "Initiator authentication failed %x %x\n", *chapdata, *respdata); in param_parse_security()