Lines Matching refs:target_password
95 free ( iscsi->target_password );
818 if ( iscsi->target_password ) {
819 chap_update ( &iscsi->chap, iscsi->target_password,
820 strlen ( iscsi->target_password ) );
1665 * @v target_password Target password, if any
1672 const char *target_password ) {
1676 target_username || target_password ) {
1691 if ( target_username || target_password ) {
1694 if ( ! ( target_username && target_password ) )
1701 iscsi->target_password = strdup ( target_password );
1702 if ( ! iscsi->target_password )
1715 ( target_password ? "" : "no " ) );