Searched refs:auth_protocol (Results 1 – 3 of 3) sorted by relevance
45 struct iscsi_chap *chap = conn->auth_protocol; in chap_gen_challenge()133 kfree(conn->auth_protocol); in chap_close()134 conn->auth_protocol = NULL; in chap_close()154 conn->auth_protocol = kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL); in chap_server_open()155 if (!conn->auth_protocol) in chap_server_open()158 chap = conn->auth_protocol; in chap_server_open()226 struct iscsi_chap *chap = conn->auth_protocol; in chap_server_compute_hash()507 struct iscsi_chap *chap = conn->auth_protocol; in chap_main_loop()
164 kfree(conn->auth_protocol); in iscsi_remove_failed_auth_entry()
594 void *auth_protocol; member