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

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c118 * in obuf, called oxa, oxb and oxc.
187 * oxa index within obuf[] for the currently accumulated data
191 * -- When oxa != oxb, more data can be accumulated into the current
192 * record; when oxa == oxb, a closed record is being sent.
196 * -- During record sending, oxa (and oxb) point to the next record byte
322 rc->oxa = a;
338 if (rc->oxa < rc->oxb && rc->oxb > nxb && rc->oxa < nxb) {
817 * compatible, and oxa != oxb.
822 *len = rc->oxb - rc->oxa;
[all...]
/freebsd-13-stable/contrib/bearssl/src/
H A Dinner.h2206 return rc->oxa != rc->oxb && rc->oxa != rc->oxc;
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h873 size_t oxa, oxb, oxc; member in struct:__anon238

Completed in 170 milliseconds