Home
last modified time | relevance | path

Searched refs:sha3_256_update (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha3-256.c36 int sha3_256_update(sha3_256_context *ctx, const u8 *input, u32 ilen) in sha3_256_update() function
82 ret = sha3_256_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha3_256_scattered()
102 ret = sha3_256_update(&ctx, input, ilen); EG(ret, err); in sha3_256()
H A Dhash_algs.c255 return sha3_256_update((sha3_256_context*)hctx, chunk, chunklen); in _sha3_256_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha3-256.h62 ATTRIBUTE_WARN_UNUSED_RET int sha3_256_update(sha3_256_context *ctx, const u8 *input, u32 ilen);