Home | History | Annotate | Download | only in ssl

Lines Matching defs:public_key_len

3431 	int ret = -1, public_key_len;
3448 public_key_len = i2d_PublicKey(s->tlsext_channel_id_private, NULL);
3449 if (public_key_len <= 0)
3457 if (public_key_len != 65)
3462 public_key = OPENSSL_malloc(public_key_len);