Home
last modified time | relevance | path

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

/external/openssh/
Ddh.h39 DH *dh_new_group14(void);
Ddh.c338 dh_new_group14(void) in dh_new_group14() function
446 return dh_new_group14(); in dh_new_group_fallback()
Dkexdhc.c67 kex->dh = dh_new_group14(); in kexdh_client()
Dkexdhs.c67 kex->dh = dh_new_group14(); in kexdh_server()