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

/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_rec_cbc.c108 uint32_t good, pad_len, rot_count, len_withmac, len_nomac; local
156 * occurs. The 'rot_count' value is set to the offset of the
165 rot_count = 0;
171 rot_count = MUX(EQ(u, len_nomac), v, rot_count);
188 cond_rotate(rot_count >> i, tmp1, cc->mac_len, rc);
189 rot_count &= ~rc;

Completed in 111 milliseconds