Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddh.h42 DH *dh_new_group16(void);
H A Ddh.c389 dh_new_group16(void) in dh_new_group16() function
480 return dh_new_group16(); in dh_new_group_fallback()
H A Dkexdh.c59 kex->dh = dh_new_group16(); in kex_dh_keygen()