Home
last modified time | relevance | path

Searched refs:_sha3_update (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha3.h43 ATTRIBUTE_WARN_UNUSED_RET int _sha3_update(sha3_context *ctx, const u8 *buf, u32 buflen);
/freebsd/crypto/libecc/src/hash/
H A Dsha3-512.c42 ret = _sha3_update((sha3_context *)ctx, input, ilen); in sha3_512_update()
H A Dsha3-224.c42 ret = _sha3_update((sha3_context *)ctx, input, ilen); in sha3_224_update()
H A Dsha3-256.c42 ret = _sha3_update((sha3_context *)ctx, input, ilen); in sha3_256_update()
H A Dsha3-384.c42 ret = _sha3_update((sha3_context *)ctx, input, ilen); in sha3_384_update()
H A Dsha3.c50 int _sha3_update(sha3_context *ctx, const u8 *input, u32 ilen) in _sha3_update() function