Searched refs:len_withmac (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
162 len_withmac = (uint32_t)len;
163 len_nomac = len_withmac - cc->mac_len;
169 tmp1[v] |= MUX(GE(u, len_nomac) & LT(u, len_withmac),

Completed in 45 milliseconds