Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/libecc/src/hash/
HDsha3.c36 ret = local_memset(ctx->sha3_state, 0, sizeof(ctx->sha3_state)); EG(ret, err); in _sha3_init()
58 state = (u8*)(ctx->sha3_state); in _sha3_update()
66 KECCAKF(ctx->sha3_state); in _sha3_update()
85 MUST_HAVE((ctx->sha3_digest_size <= sizeof(ctx->sha3_state)), ret, err); in _sha3_finalize()
87 state = (u8*)(ctx->sha3_state); in _sha3_finalize()
100 KECCAKF(ctx->sha3_state); in _sha3_finalize()
/freebsd-14-stable/crypto/libecc/include/libecc/hash/
HDsha3.h36 u64 sha3_state[KECCAK_SLICES * KECCAK_SLICES]; member