Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha3.h44 ATTRIBUTE_WARN_UNUSED_RET int _sha3_finalize(sha3_context *ctx, u8 *output);
/freebsd/crypto/libecc/src/hash/
H A Dsha3-512.c55 ret = _sha3_finalize((sha3_context *)ctx, output); EG(ret, err); in sha3_512_final()
H A Dsha3-224.c55 ret = _sha3_finalize((sha3_context *)ctx, output); EG(ret, err); in sha3_224_final()
H A Dsha3-256.c55 ret = _sha3_finalize((sha3_context *)ctx, output); EG(ret, err); in sha3_256_final()
H A Dsha3-384.c55 ret = _sha3_finalize((sha3_context *)ctx, output); EG(ret, err); in sha3_384_final()
H A Dsha3.c78 int _sha3_finalize(sha3_context *ctx, u8 *output) in _sha3_finalize() function