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

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c172 * -- When receiving the next record header, 'version_in' contains the
176 * -- When the header has been received, 'version_in' contains the received
177 * version. It is up to the caller to check and adjust the 'version_in' field
401 rc->version_in = 0;
663 if (rc->version_in != 0 && rc->version_in != version) {
667 rc->version_in = version;
744 rc->record_type_in, rc->version_in, rc->ibuf + 5, &pbuf_len);
H A Dssl_hs_client.c482 0x00, 0x00, 0x01, T0_INT2(offsetof(br_ssl_engine_context, version_in)),
H A Dssl_hs_server.c533 0x00, 0x00, 0x01, T0_INT2(offsetof(br_ssl_engine_context, version_in)),
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h895 * -- if 'version_in' is 0, then it is set to the received version;
897 * the 'version_in' contents, then a failure is reported.
904 uint16_t version_in; member in struct:__anon238

Completed in 104 milliseconds