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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_enc.c603 long hdatalen; local
611 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
612 if (hdatalen <= 0) {
628 EVP_DigestUpdate(s->s3->handshake_dgst[i], hdata, hdatalen);
H A Ds3_srvr.c3038 long hdatalen = 0; local
3040 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3041 if (hdatalen <= 0) {
3051 || !EVP_VerifyUpdate(&mctx, hdata, hdatalen)) {
H A Ds3_clnt.c3259 long hdatalen = 0; local
3262 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3263 if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md)) {
3273 || !EVP_SignUpdate(&mctx, hdata, hdatalen)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_enc.c603 long hdatalen; local
611 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
612 if (hdatalen <= 0) {
628 EVP_DigestUpdate(s->s3->handshake_dgst[i], hdata, hdatalen);
H A Ds3_srvr.c3038 long hdatalen = 0; local
3040 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3041 if (hdatalen <= 0) {
3051 || !EVP_VerifyUpdate(&mctx, hdata, hdatalen)) {
H A Ds3_clnt.c3259 long hdatalen = 0; local
3262 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata);
3263 if (hdatalen <= 0 || !tls12_get_sigandhash(p, pkey, md)) {
3273 || !EVP_SignUpdate(&mctx, hdata, hdatalen)

Completed in 89 milliseconds