Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Ddh.h43 DH *dh_new_group18(void);
H A Ddh.c413 dh_new_group18(void) in dh_new_group18() function
476 return dh_new_group18(); in dh_new_group_fallback()
H A Dkexdh.c55 kex->dh = dh_new_group18(); in kex_dh_keygen()