Searched refs:dh_groups_get (Results 1 – 4 of 4) sorted by relevance
19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); in dh5_derive_shared()
23 const struct dh_group * dh_groups_get(int id);
1175 const struct dh_group * dh_groups_get(int id) in dh_groups_get() function
47 tmp->dh = dh_groups_get(group); in sae_set_group()1029 pt->dh = dh_groups_get(group); in sae_derive_pt_group()