Searched refs:count_ctr (Results 1 – 2 of 2) sorted by relevance
104 ctx->count_ctr = 0; in br_gcm_reset()170 ptr = (size_t)ctx->count_ctr & (size_t)15; in br_gcm_run()189 ctx->count_ctr += (uint64_t)clen; in br_gcm_run()211 ctx->count_ctr += (uint64_t)dlen; in br_gcm_run()230 ctx->count_ctr += (uint64_t)len; in br_gcm_run()241 ptr = (size_t)ctx->count_ctr & (size_t)15; in br_gcm_get_tag()255 br_enc64be(tmp + 8, ctx->count_ctr << 3); in br_gcm_get_tag()
367 uint64_t count_aad, count_ctr; member