Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha3-512.c36 int sha3_512_update(sha3_512_context *ctx, const u8 *input, u32 ilen) in sha3_512_update() function
82 ret = sha3_512_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha3_512_scattered()
102 ret = sha3_512_update(&ctx, input, ilen); EG(ret, err); in sha3_512()
H A Dhash_algs.c283 return sha3_512_update((sha3_512_context*)hctx, chunk, chunklen); in _sha3_512_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha3-512.h62 ATTRIBUTE_WARN_UNUSED_RET int sha3_512_update(sha3_512_context *ctx, const u8 *input, u32 ilen);