Home
last modified time | relevance | path

Searched refs:lower_counter (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/crypto/modes/
H A Dctr.c58 uint64_t lower_counter, upper_counter; in ctr_mode_contiguous_blocks() local
99 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask); in ctr_mode_contiguous_blocks()
100 lower_counter = htonll(lower_counter + 1); in ctr_mode_contiguous_blocks()
101 lower_counter &= ctx->ctr_lower_mask; in ctr_mode_contiguous_blocks()
103 lower_counter; in ctr_mode_contiguous_blocks()
106 if (lower_counter == 0) { in ctr_mode_contiguous_blocks()