Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Ddh.h46 DH *dh_new_group1(void);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Ddh.c116 return (dh_new_group1()); in choose_dh()
259 dh_new_group1(void) in dh_new_group1() function
H A Dkexdhc.c54 dh = dh_new_group1(); in kexdh_client()
H A Dkexdhs.c54 dh = dh_new_group1(); in kexdh_server()
H A Dkexgsss.c167 dh = dh_new_group1(); in kexgss_server()
H A Dkexgssc.c88 dh = dh_new_group1(); in kexgss_client()