Lines Matching defs:counter_mask
108 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
145 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
147 counter &= counter_mask;
148 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
215 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
239 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
241 counter &= counter_mask;
242 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
295 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
302 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
304 counter &= counter_mask;
305 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
387 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
418 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
420 counter &= counter_mask;
421 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
1073 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
1074 uint64_t counter = ntohll(ctx->gcm_cb[1] & counter_mask);
1077 counter &= counter_mask;
1078 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;