Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhash_algs.h153 ATTRIBUTE_WARN_UNUSED_RET int _sha512_256_update(hash_context * hctx, const unsigned char *chunk, u…
335 .hfunc_update = _sha512_256_update,
/freebsd/crypto/libecc/src/hash/
H A Dhash_algs.c225 ATTRIBUTE_WARN_UNUSED_RET int _sha512_256_update(hash_context * hctx, const unsigned char *chunk, u… in _sha512_256_update() function