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

/freebsd-10.2-release/crypto/openssl/ssl/
H A Ds3_enc.c580 long hdatalen; local
588 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
589 if (hdatalen <= 0) {
605 EVP_DigestUpdate(s->s3->handshake_dgst[i], hdata, hdatalen);
H A Ds3_clnt.c3086 long hdatalen = 0; local
3089 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3090 if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md)) {
3100 || !EVP_SignUpdate(&mctx, hdata, hdatalen)
H A Ds3_srvr.c3053 long hdatalen = 0; local
3055 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3056 if (hdatalen <= 0) {
3066 || !EVP_VerifyUpdate(&mctx, hdata, hdatalen)) {

Completed in 54 milliseconds