Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dssh.c62 SSH_TEST_ECCKEY, /* ECDSA server key instead of RSA */ enumerator
842 ( testType == SSH_TEST_ECCKEY ) ? " with ECDSA server key" : \ in connectSSH()
898 ( testType == SSH_TEST_ECCKEY ) ? 3 : \ in connectSSH()
1587 return( sshClientServer( SSH_TEST_ECCKEY ) ); in testSessionSSHClientServerEccKey()