Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/iscsi/
Discsi_target_auth.c29 struct iscsi_chap *chap = conn->auth_protocol; in chap_gen_challenge()
86 kfree(conn->auth_protocol); in chap_close()
87 conn->auth_protocol = NULL; in chap_close()
107 conn->auth_protocol = kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL); in chap_server_open()
108 if (!conn->auth_protocol) in chap_server_open()
111 chap = conn->auth_protocol; in chap_server_open()
166 struct iscsi_chap *chap = conn->auth_protocol; in chap_server_compute_md5()
418 struct iscsi_chap *chap = conn->auth_protocol; in chap_got_response()
441 struct iscsi_chap *chap = conn->auth_protocol; in chap_main_loop()
Discsi_target_nego.c164 kfree(conn->auth_protocol); in iscsi_remove_failed_auth_entry()
/Linux-v5.4/include/target/iscsi/
Discsi_target_core.h603 void *auth_protocol; member