Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_auth.c526 ret = crypto_shash_update(desc, auth->password_mutual, in chap_server_compute_hash()
527 strlen(auth->password_mutual)); in chap_server_compute_hash()
H A Discsi_target_configfs.c426 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);
/openbmc/linux/include/target/iscsi/
H A Discsi_target_core.h747 char password_mutual[MAX_PASS_LEN]; member