Home
last modified time | relevance | path

Searched refs:auth_protocol (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/target/iscsi/
Discsi_target_auth.c37 struct iscsi_chap *chap = conn->auth_protocol; in chap_gen_challenge()
109 conn->auth_protocol = kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL); in chap_server_open()
110 if (!conn->auth_protocol) in chap_server_open()
113 chap = conn->auth_protocol; in chap_server_open()
129 kfree(conn->auth_protocol); in chap_server_open()
144 kfree(conn->auth_protocol); in chap_server_open()
153 kfree(conn->auth_protocol); in chap_close()
154 conn->auth_protocol = NULL; in chap_close()
174 struct iscsi_chap *chap = conn->auth_protocol; in chap_server_compute_md5()
427 struct iscsi_chap *chap = conn->auth_protocol; in chap_got_response()
[all …]
Discsi_target_nego.c183 kfree(conn->auth_protocol); in iscsi_remove_failed_auth_entry()
/Linux-v4.19/include/target/iscsi/
Discsi_target_core.h601 void *auth_protocol; member