Searched refs:SECRET (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/usr.bin/iscsictl/
H A Dtoken.l60 chapSecret { return SECRET; }
H A Dparse.y59 %token INITIATOR_NAME INITIATOR_ADDRESS INITIATOR_ALIAS USER SECRET
173 secret: SECRET EQUALS STR
/freebsd-10.2-release/usr.sbin/ppp/
H A Dchap_ms.c402 char SECRET[14], *ptr, *end; local
405 end = SECRET + sizeof SECRET;
406 for (ptr = SECRET; *secret && ptr < end; ptr++, secret++)
411 DesEncrypt(salt, SECRET, hash);
412 DesEncrypt(salt, SECRET + 7, hash + 8);
/freebsd-10.2-release/tools/regression/iscsi/
H A Discsi-test.sh36 # and the latter using CHAP with user $USER and secret $SECRET. Discovery
84 SECRET=secretsecret
123 echo "user $USER, secret $SECRET. Will use mountpoint $MNTDIR, temporary dir $TMPDIR,"
231 chapSecret = $SECRET
267 chapSecret = $SECRET
290 check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --op=update --name node.session.auth.password --value="$SECRET"
299 #check iscsiadm modify initiator-node --CHAP-secret $SECRET

Completed in 105 milliseconds