Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/modes/
H A Dctr.c211 uint64_t lower_mask = 0; in ctr_init_ctx() local
220 lower_mask = UINT64_MAX; in ctr_init_ctx()
223 lower_mask = (1ULL << count) - 1; in ctr_init_ctx()
225 ctr_ctx->ctr_lower_mask = htonll(lower_mask); in ctr_init_ctx()