Home
last modified time | relevance | path

Searched refs:digest_init (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/xinstall/
H A Dxinstall.c147 static void digest_init(DIGEST_CTX *);
439 digest_init(DIGEST_CTX *c) in digest_init() function
1101 digest_init(&ctx); in compare()
1214 digest_init(&ctx); in copy()
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c746 static int digest_init(EVP_MD_CTX *ctx) in digest_init() function
830 if (!digest_init(to)) { in digest_copy()
954 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init) in prepare_digest_methods()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h288 OSSL_CORE_MAKE_FUNC(int, digest_init, (void *dctx, const OSSL_PARAM params[]))