Searched refs:hbuf_in (Results 1 - 4 of 4) sorted by relevance

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

Completed in 73 milliseconds