Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhash_algs.h162 ATTRIBUTE_WARN_UNUSED_RET int _sha3_256_init(hash_context * hctx);
362 .hfunc_init = _sha3_256_init,
/freebsd/crypto/libecc/src/hash/
H A Dhash_algs.c249 ATTRIBUTE_WARN_UNUSED_RET int _sha3_256_init(hash_context * hctx) in _sha3_256_init() function