Searched refs:sha3_384_update (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/crypto/libecc/src/hash/ |
| HD | sha3-384.c | 36 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()
|
| HD | hash_algs.c | 269 return sha3_384_update((sha3_384_context*)hctx, chunk, chunklen); in _sha3_384_update()
|
| /freebsd-14-stable/crypto/libecc/include/libecc/hash/ |
| HD | sha3-384.h | 62 ATTRIBUTE_WARN_UNUSED_RET int sha3_384_update(sha3_384_context *ctx, const u8 *input, u32 ilen);
|