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

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_enc.c621 long hdatalen; local
633 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
634 if (hdatalen <= 0) {
655 hdatalen)) {
H A Ds3_srvr.c3120 long hdatalen = 0; local
3122 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3123 if (hdatalen <= 0) {
3133 || !EVP_VerifyUpdate(&mctx, hdata, hdatalen)) {
H A Ds3_clnt.c3283 long hdatalen = 0; local
3286 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3287 if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md)) {
3297 || !EVP_SignUpdate(&mctx, hdata, hdatalen)

Completed in 177 milliseconds