Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha3-224.c36 int sha3_224_update(sha3_224_context *ctx, const u8 *input, u32 ilen) in sha3_224_update() function
82 ret = sha3_224_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha3_224_scattered()
102 ret = sha3_224_update(&ctx, input, ilen); EG(ret, err); in sha3_224()
H A Dhash_algs.c241 return sha3_224_update((sha3_224_context*)hctx, chunk, chunklen); in _sha3_224_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha3-224.h62 ATTRIBUTE_WARN_UNUSED_RET int sha3_224_update(sha3_224_context *ctx, const u8 *input, u32 ilen);