Home
last modified time | relevance | path

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

/freebsd-head/crypto/libecc/include/libecc/hash/
HDhash_algs.h138 ATTRIBUTE_WARN_UNUSED_RET int _sha384_update(hash_context * hctx, const unsigned char *chunk, u32 c…
293 .hfunc_update = _sha384_update,
/freebsd-head/crypto/libecc/src/hash/
HDhash_algs.c183 ATTRIBUTE_WARN_UNUSED_RET int _sha384_update(hash_context * hctx, const unsigned char *chunk, u32 c… in _sha384_update() function