Home
last modified time | relevance | path

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

/drivers/target/iscsi/
Discsi_target_auth.c459 chap->chap_state = CHAP_STAGE_SERVER_AIC; in chap_main_loop()
461 } else if (chap->chap_state == CHAP_STAGE_SERVER_AIC) { in chap_main_loop()
469 chap->chap_state = CHAP_STAGE_SERVER_NR; in chap_main_loop()
Discsi_target_auth.h29 unsigned int chap_state; member