Searched defs:counter_mask (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c148 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); local
184 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
186 counter &= counter_mask;
187 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
257 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); local
280 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
282 counter &= counter_mask;
283 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
336 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); local
343 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
419 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); local
[all...]
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c1973 uint64_t counter_mask; local
1989 counter_mask = mask_gpc;
1991 counter_mask = mask_ffc;
1993 curpic = curpic & counter_mask;
1998 *daddr += counter_mask - (cfg->core_rawpic - curpic) +
2001 cfg->core_rawpic = *daddr & counter_mask;

Completed in 63 milliseconds