Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Ddh.h41 DH *dh_new_group14(void);
H A Ddh.c362 dh_new_group14(void) in dh_new_group14() function
470 return dh_new_group14(); in dh_new_group_fallback()
H A Dkexdh.c49 kex->dh = dh_new_group14(); in kex_dh_keygen()