Home | History | Annotate | Download | only in ssl

Lines Matching defs:public_key_len

3636 	int ret = -1, public_key_len;
3672 public_key_len = i2d_PublicKey(s->tlsext_channel_id_private, NULL);
3673 if (public_key_len <= 0)
3681 if (public_key_len != 65)
3686 public_key = OPENSSL_malloc(public_key_len);