Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhash_algs.h179 ATTRIBUTE_WARN_UNUSED_RET int _sm3_final(hash_context * hctx, unsigned char *output);
406 .hfunc_finalize = _sm3_final,
/freebsd/crypto/libecc/src/hash/
H A Dhash_algs.c299 ATTRIBUTE_WARN_UNUSED_RET int _sm3_final(hash_context * hctx, unsigned char *output) in _sm3_final() function