Home | History | Annotate | Download | only in ssl

Lines Matching defs:pub_len

1755       size_t pub_len;
1801 pub_len = BN_num_bytes(dh_clnt->pub_key);
1802 s2n(pub_len, p);
1804 n += 2 + pub_len;