Searched refs:count_ctr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/aead/
H A Dgcm.c50 * count_ctr) are used to work out the current situation.
104 ctx->count_ctr = 0;
170 ptr = (size_t)ctx->count_ctr & (size_t)15;
189 ctx->count_ctr += (uint64_t)clen;
211 ctx->count_ctr += (uint64_t)dlen;
230 ctx->count_ctr += (uint64_t)len;
241 ptr = (size_t)ctx->count_ctr & (size_t)15;
255 br_enc64be(tmp + 8, ctx->count_ctr << 3);
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_aead.h367 uint64_t count_aad, count_ctr; member in struct:__anon223

Completed in 206 milliseconds