Searched refs:ixa (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c116 * Three registers are used to manage buffering in ibuf, called ixa,
144 * ixa index within ibuf[] for the currently read data
148 * -- When ixa == ixb, there is no available data for readers. When
149 * ixa != ixb, there is available data and it starts at offset ixa.
151 * -- When waiting for the next record header, ixa and ixb are equal
152 * and contain a value ranging from 0 to 4; ixc is equal to 5-ixa.
158 * ** If encryption is active, then ixa and ixb are kept equal, and
160 * ixc reaches 0, decryption/MAC is applied, and ixa and ixb are
163 * ** If encryption is not active, then ixa an
[all...]
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h872 size_t ixa, ixb, ixc; member in struct:__anon238

Completed in 85 milliseconds