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

/freebsd-11-stable/usr.bin/iscsictl/
H A Dtoken.l62 chapSecret { return SECRET; }
H A Dparse.y62 %token INITIATOR_NAME INITIATOR_ADDRESS INITIATOR_ALIAS USER SECRET
180 secret: SECRET EQUALS STR
/freebsd-11-stable/usr.sbin/ppp/
H A Dchap_ms.c404 char SECRET[14], *ptr, *end; local
407 end = SECRET + sizeof SECRET;
408 for (ptr = SECRET; *secret && ptr < end; ptr++, secret++)
413 DesEncrypt(salt, SECRET, hash);
414 DesEncrypt(salt, SECRET + 7, hash + 8);
/freebsd-11-stable/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh42 SECRET=oink
147 'hisauthsecret=$SECRET' \
157 'myauthsecret=$SECRET' \
278 'hisauthsecret=$SECRET' \
289 'myauthsecret=$SECRET' \
/freebsd-11-stable/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 164 milliseconds