Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhash_algs.h199 ATTRIBUTE_WARN_UNUSED_RET int _ripemd160_final(hash_context * hctx, unsigned char *output);
462 .hfunc_finalize = _ripemd160_final,
/freebsd/crypto/libecc/src/hash/
H A Dhash_algs.c355 ATTRIBUTE_WARN_UNUSED_RET int _ripemd160_final(hash_context * hctx, unsigned char *output) in _ripemd160_final() function