Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhash_algs.h127 ATTRIBUTE_WARN_UNUSED_RET int _sha224_init(hash_context * hctx);
264 .hfunc_init = _sha224_init,
/freebsd/crypto/libecc/src/hash/
H A Dhash_algs.c151 ATTRIBUTE_WARN_UNUSED_RET int _sha224_init(hash_context * hctx) in _sha224_init() function