Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/iscsi/
Discsi_target_auth.h41 unsigned int authenticate_target; member
Discsi_target_configfs.c367 auth->authenticate_target = 1; \
369 auth->authenticate_target = 0; \
426 DEF_NACL_AUTH_INT(authenticate_target);
831 auth->authenticate_target = 1; \
833 auth->authenticate_target = 0; \
883 DEF_TPG_AUTH_INT(authenticate_target);
1262 DEF_DISC_AUTH_INT(authenticate_target);
Discsi_target_auth.c369 if (!auth->authenticate_target) { in chap_server_compute_hash()
522 if (auth->authenticate_target) in chap_main_loop()
/linux-5.19.10/include/target/iscsi/
Discsi_target_core.h735 int authenticate_target; member