Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhash_algs.h128 ATTRIBUTE_WARN_UNUSED_RET int _sha224_update(hash_context * hctx, const unsigned char *chunk, u32 c…
265 .hfunc_update = _sha224_update,
/freebsd/crypto/libecc/src/hash/
H A Dhash_algs.c155 ATTRIBUTE_WARN_UNUSED_RET int _sha224_update(hash_context * hctx, const unsigned char *chunk, u32 c… in _sha224_update() function