Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/iscontrol/
Dconfig.c116 _E(U_PR, S_PR, tgtChapSecret),
203 _CASE(tgtChapSecret, _OPT_STR(rval)); in setOption()
342 printf("%24s = %s\n", "tgtChapSecret", op->tgtChapSecret); in puke()
Dlogin.c311 if(op->tgtChapSecret != NULL) { in handleChap()
316 op->tgtChapDigest = chapDigest(ap, op->tgtChapID, cp, op->tgtChapSecret); in handleChap()
Dfsm.c539 if(op->chapSecret == NULL && op->tgtChapSecret == NULL) in doLogin()
/freebsd-9-stable/sys/dev/iscsi/initiator/
Discsi.h468 char *tgtChapSecret; member