Searched refs:sha3_512_update (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha3-512.c | 36 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 D | hash_algs.c | 283 return sha3_512_update((sha3_512_context*)hctx, chunk, chunklen); in _sha3_512_update()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha3-512.h | 62 ATTRIBUTE_WARN_UNUSED_RET int sha3_512_update(sha3_512_context *ctx, const u8 *input, u32 ilen);
|