Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddh.h43 DH *dh_new_group18(void);
H A Ddh.c420 dh_new_group18(void) in dh_new_group18() function
483 return dh_new_group18(); in dh_new_group_fallback()
H A Dkexdh.c62 kex->dh = dh_new_group18(); in kex_dh_keygen()