Home
last modified time | relevance | path

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

/freebsd-head/crypto/libecc/include/libecc/hash/
HDhash_algs.h142 ATTRIBUTE_WARN_UNUSED_RET int _sha512_init(hash_context * hctx);
306 .hfunc_init = _sha512_init,
/freebsd-head/crypto/libecc/src/hash/
HDhash_algs.c193 ATTRIBUTE_WARN_UNUSED_RET int _sha512_init(hash_context * hctx) in _sha512_init() function