Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/libecc/src/hash/
HDsha3-384.c36 int sha3_384_update(sha3_384_context *ctx, const u8 *input, u32 ilen) in sha3_384_update() function
85 ret = sha3_384_update(&ctx, buf, buflen); EG(ret, err); in sha3_384_scattered()
106 ret = sha3_384_update(&ctx, input, ilen); EG(ret, err); in sha3_384()
HDhash_algs.c269 return sha3_384_update((sha3_384_context*)hctx, chunk, chunklen); in _sha3_384_update()
/freebsd-14-stable/crypto/libecc/include/libecc/hash/
HDsha3-384.h62 ATTRIBUTE_WARN_UNUSED_RET int sha3_384_update(sha3_384_context *ctx, const u8 *input, u32 ilen);