Searched refs:tgtChapSecret (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/usr.bin/iscsictl/
H A Dtoken.l64 tgtChapSecret { return MUTUAL_SECRET; }
/freebsd-12-stable/sbin/iscontrol/
H A Dconfig.c118 _E(U_PR, S_PR, tgtChapSecret),
205 _CASE(tgtChapSecret, _OPT_STR(rval));
344 printf("%24s = %s\n", "tgtChapSecret", op->tgtChapSecret);
H A Dlogin.c313 if(op->tgtChapSecret != NULL) {
318 op->tgtChapDigest = chapDigest(ap, op->tgtChapID, cp, op->tgtChapSecret);
H A Dfsm.c542 if(op->chapSecret == NULL && op->tgtChapSecret == NULL)
/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Discsi.h470 char *tgtChapSecret; member in struct:opvals

Completed in 113 milliseconds