Searched refs:auth_protocol (Results 1 – 3 of 3) sorted by relevance
85 struct iscsi_chap *chap = conn->auth_protocol; in chap_gen_challenge()119 conn->auth_protocol = kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL); in chap_server_open()120 if (!conn->auth_protocol) in chap_server_open()123 chap = conn->auth_protocol; in chap_server_open()156 kfree(conn->auth_protocol); in chap_close()157 conn->auth_protocol = NULL; in chap_close()177 struct iscsi_chap *chap = conn->auth_protocol; in chap_server_compute_md5()424 struct iscsi_chap *chap = conn->auth_protocol; in chap_got_response()447 struct iscsi_chap *chap = conn->auth_protocol; in chap_main_loop()
574 void *auth_protocol; member
169 kfree(conn->auth_protocol); in iscsi_remove_failed_auth_entry()