Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/
H A Ddropbear-ciphers.sh15 ciphers=`$DBCLIENT -c help 2>&1 | awk '/ ciphers: /{print $4}' | tr ',' ' '`
16 macs=`$DBCLIENT -m help 2>&1 | awk '/ MACs: /{print $4}' | tr ',' ' '`
H A Dtest-exec.sh103 DBCLIENT=/usr/local/bin/dbclient
155 DBCLIENT="${TEST_SSH_DBCLIENT}"
824 if test -x "$DROPBEARKEY" -a -x "$DBCLIENT" -a -x "$DROPBEARCONVERT"; then
/freebsd/crypto/openssh/
H A DMakefile.in760 TEST_SSH_DBCLIENT="@DBCLIENT@" \
H A Dconfigure.ac5684 AC_PATH_PROG([DBCLIENT], [dbclient])