Home
last modified time | relevance | path

Searched refs:hbuf_in (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c1522 memcpy((unsigned char *)ENG + addr, ENG->hbuf_in, clen); in br_ssl_hs_client_run()
1524 br_multihash_update(&ENG->mhash, ENG->hbuf_in, clen); in br_ssl_hs_client_run()
1528 ENG->hbuf_in += clen; in br_ssl_hs_client_run()
1540 x = *ENG->hbuf_in ++; in br_ssl_hs_client_run()
H A Dssl_hs_server.c1581 memcpy((unsigned char *)ENG + addr, ENG->hbuf_in, clen); in br_ssl_hs_server_run()
1583 br_multihash_update(&ENG->mhash, ENG->hbuf_in, clen); in br_ssl_hs_server_run()
1587 ENG->hbuf_in += clen; in br_ssl_hs_server_run()
1599 x = *ENG->hbuf_in ++; in br_ssl_hs_server_run()
H A Dssl_engine.c1053 cc->hbuf_in = recvpld_buf(cc, &hlen_in); in jump_handshake()
1054 if (cc->hbuf_in != NULL in jump_handshake()
H A Dssl_hs_common.t0435 x = *ENG->hbuf_in ++;
464 memcpy((unsigned char *)ENG + addr, ENG->hbuf_in, clen);
466 br_multihash_update(&ENG->mhash, ENG->hbuf_in, clen);
470 ENG->hbuf_in += clen;
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ssl.h1018 unsigned char *hbuf_in, *hbuf_out, *saved_hbuf_out; member