Home | History | Annotate | Download | only in ssl

Lines Matching refs:public_key_len

3430 	int ret = -1, public_key_len;
3447 public_key_len = i2d_PublicKey(s->tlsext_channel_id_private, NULL);
3448 if (public_key_len <= 0)
3456 if (public_key_len != 65)
3461 public_key = OPENSSL_malloc(public_key_len);