Searched refs:hdatalen (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds3_enc.c599 long hdatalen; local
606 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,&hdata);
607 if (hdatalen <= 0)
627 EVP_DigestUpdate(s->s3->handshake_dgst[i],hdata,hdatalen);
H A Ds3_clnt.c3042 long hdatalen = 0; local
3045 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,
3047 if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md))
3059 || !EVP_SignUpdate(&mctx, hdata, hdatalen)
H A Ds3_srvr.c3064 long hdatalen = 0; local
3066 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3067 if (hdatalen <= 0)
3078 || !EVP_VerifyUpdate(&mctx, hdata, hdatalen))
/external/openssl/ssl/
H A Ds3_enc.c593 long hdatalen; local
600 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,&hdata);
601 if (hdatalen <= 0)
621 EVP_DigestUpdate(s->s3->handshake_dgst[i],hdata,hdatalen);
H A Ds3_clnt.c3043 long hdatalen = 0; local
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)
H A Ds3_srvr.c3064 long hdatalen = 0; local
3066 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3067 if (hdatalen <= 0)
3078 || !EVP_VerifyUpdate(&mctx, hdata, hdatalen))

Completed in 86 milliseconds