Home
last modified time | relevance | path

Searched refs:_sha3_256_update (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/crypto/libecc/include/libecc/hash/
HDhash_algs.h163 ATTRIBUTE_WARN_UNUSED_RET int _sha3_256_update(hash_context * hctx, const unsigned char *chunk, u32…
363 .hfunc_update = _sha3_256_update,
/freebsd-head/crypto/libecc/src/hash/
HDhash_algs.c253 ATTRIBUTE_WARN_UNUSED_RET int _sha3_256_update(hash_context * hctx, const unsigned char *chunk, u32… in _sha3_256_update() function