OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_SSH_SSHKEYGEN
(Results
1 - 3
of
3
) sorted by null
/external/openssh/regress/
Makefile
85
TEST_SSH_SSHKEYGEN
?=ssh-keygen
88
${
TEST_SSH_SSHKEYGEN
} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv
90
${
TEST_SSH_SSHKEYGEN
} -if ${.OBJDIR}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv
92
${
TEST_SSH_SSHKEYGEN
} -if ${.OBJDIR}/rsa_ssh2_crnl.prv | diff - ${.CURDIR}/rsa_openssh.prv
97
${
TEST_SSH_SSHKEYGEN
} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
100
${
TEST_SSH_SSHKEYGEN
} -ef ${.CURDIR}/rsa_openssh.pub >$(OBJ)/t3.out
101
${
TEST_SSH_SSHKEYGEN
} -if $(OBJ)/t3.out | diff - ${.CURDIR}/rsa_openssh.pub
104
${
TEST_SSH_SSHKEYGEN
} -lf ${.CURDIR}/rsa_openssh.pub |\
108
${
TEST_SSH_SSHKEYGEN
} -Bf ${.CURDIR}/rsa_openssh.pub |\
112
${
TEST_SSH_SSHKEYGEN
} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out
[
all
...]
runtests.sh
7
TEST_SSH_SSHKEYGEN
=../ssh-keygen
test-exec.sh
89
if [ "x$
TEST_SSH_SSHKEYGEN
" != "x" ]; then
90
SSHKEYGEN="${
TEST_SSH_SSHKEYGEN
}"
Completed in 497 milliseconds