Home
last modified time | relevance | path

Searched refs:gostr34_11_94_total (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dgostr34_11_94.c381 ctx->gostr34_11_94_total = 0; in gostr34_11_94_init()
410 MUST_HAVE((ctx->gostr34_11_94_total == 0), ret, err); in gostr34_11_94_set_iv()
431 MUST_HAVE((ctx->gostr34_11_94_total == 0), ret, err); in gostr34_11_94_set_type()
465 left = (ctx->gostr34_11_94_total & 0x3F); in gostr34_11_94_update()
468 ctx->gostr34_11_94_total += ilen; in gostr34_11_94_update()
509 block_present = ctx->gostr34_11_94_total % GOSTR34_11_94_BLOCK_SIZE; in gostr34_11_94_final()
515 PUT_UINT64_LE(8 * ctx->gostr34_11_94_total, last_padded_block, GOSTR34_11_94_BLOCK_SIZE); in gostr34_11_94_final()
H A Dgostr34_11_94.h142 u64 gostr34_11_94_total; member