Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/iscsi/
Discsi_target_auth.h28 unsigned int authenticate_target; member
Discsi_target_configfs.c484 auth->authenticate_target = 1; \
486 auth->authenticate_target = 0; \
548 DEF_NACL_AUTH_INT(authenticate_target);
549 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);
1634 DEF_DISC_AUTH_INT(authenticate_target);
1635 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()
/linux-4.1.27/include/target/iscsi/
Discsi_target_core.h739 int authenticate_target; member