Home | History | Annotate | Download | only in ssl

Lines Matching refs:dh_g

1245     CBS dh_p, dh_g, dh_Ys;
1248 !CBS_get_u16_length_prefixed(&server_key_exchange, &dh_g) ||
1249 CBS_len(&dh_g) == 0 ||
1263 dh->g = BN_bin2bn(CBS_data(&dh_g), CBS_len(&dh_g), NULL);