Home | History | Annotate | Download | only in ssl

Lines Matching refs:hdatalen

3043 			long hdatalen = 0;
3067 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,
3069 if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md))
3081 || !EVP_SignUpdate(&mctx, hdata, hdatalen)