Lines Matching refs:counter_mask
148 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
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);
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);
343 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
345 counter &= counter_mask;
346 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
419 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
449 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
451 counter &= counter_mask;
452 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;