Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dkex.h59 #define KEX_DH1 "diffie-hellman-group1-sha1" macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkex.c413 if (strcmp(k->name, KEX_DH1) == 0) { in choose_kex()