Home
last modified time | relevance | path

Searched refs:authenticate_target (Results 1 – 4 of 4) sorted by relevance

/drivers/target/iscsi/
Discsi_target_auth.h28 unsigned int authenticate_target; member
Discsi_target_configfs.c487 auth->authenticate_target = 1; \
489 auth->authenticate_target = 0; \
551 DEF_NACL_AUTH_INT(authenticate_target);
552 AUTH_ATTR_RO(authenticate_target);
1113 auth->authenticate_target = 1; \
1115 auth->authenticate_target = 0; \
1177 DEF_TPG_AUTH_INT(authenticate_target);
1178 TPG_AUTH_ATTR_RO(authenticate_target);
1627 DEF_DISC_AUTH_INT(authenticate_target);
1628 DISC_AUTH_ATTR_RO(authenticate_target);
Discsi_target_auth.c308 if (!auth->authenticate_target) { in chap_server_compute_md5()
493 if (auth->authenticate_target) in chap_main_loop()
Discsi_target_core.h739 int authenticate_target; member