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

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c117 * ixb and ixc. Similarly, three registers are used to manage buffering
146 * ixc number of bytes not yet received for the current record
152 * and contain a value ranging from 0 to 4; ixc is equal to 5-ixa.
155 * ixc field records how many bytes are still needed to reach the
160 * ixc reaches 0, decryption/MAC is applied, and ixa and ixb are
302 rc->ixc = 5;
575 * compatible (in or in/out), and ixa == ixb; ixc then contains
589 z = rc->ixc;
621 rc->ixc -= len;
715 rc->ixc
[all...]
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h872 size_t ixa, ixb, ixc; member in struct:__anon238

Completed in 155 milliseconds