Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddh.h41 DH *dh_new_group14(void);
H A Ddh.c369 dh_new_group14(void) in dh_new_group14() function
477 return dh_new_group14(); in dh_new_group_fallback()
H A Dkexdh.c56 kex->dh = dh_new_group14(); in kex_dh_keygen()