Home | History | Annotate | Download | only in ssl

Lines Matching refs:dh_Ys

1164     CBS dh_p, dh_g, dh_Ys;
1170 !CBS_get_u16_length_prefixed(&server_key_exchange, &dh_Ys) ||
1171 CBS_len(&dh_Ys) == 0) {
1185 (dh->pub_key = BN_bin2bn(CBS_data(&dh_Ys), CBS_len(&dh_Ys), NULL)) ==