Searched refs:password_mutual (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 454 ret = crypto_shash_update(desc, auth->password_mutual, in chap_server_compute_hash() 455 strlen(auth->password_mutual)); in chap_server_compute_hash() 458 " password_mutual\n"); in chap_server_compute_hash()
|
H A D | iscsi_target_configfs.c | 400 DEF_NACL_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET); 859 DEF_TPG_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET); 1244 DEF_DISC_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET);
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 526 ret = crypto_shash_update(desc, auth->password_mutual, in chap_server_compute_hash() 527 strlen(auth->password_mutual)); in chap_server_compute_hash() 530 " password_mutual\n"); in chap_server_compute_hash()
|
H A D | iscsi_target_configfs.c | 426 DEF_NACL_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET); 876 DEF_TPG_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET); 1265 DEF_DISC_AUTH_STR(password_mutual, NAF_PASSWORD_IN_SET);
|
/kernel/linux/linux-5.10/include/target/iscsi/ |
H A D | iscsi_target_core.h | 743 char password_mutual[MAX_PASS_LEN]; member
|
/kernel/linux/linux-6.6/include/target/iscsi/ |
H A D | iscsi_target_core.h | 747 char password_mutual[MAX_PASS_LEN]; member
|
Completed in 11 milliseconds