Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h288 (KCF_PROV_DIGEST_OPS(pd) && KCF_PROV_DIGEST_OPS(pd)->digest_init) ? \
289 KCF_PROV_DIGEST_OPS(pd)->digest_init(ctx, mech) : \
H A Dspi.h76 int (*digest_init)(crypto_ctx_t *, crypto_mechanism_t *); member
/freebsd-14.2/usr.bin/xinstall/
H A Dxinstall.c159 static void digest_init(DIGEST_CTX *);
451 digest_init(DIGEST_CTX *c) in digest_init() function
1113 digest_init(&ctx); in compare()
1226 digest_init(&ctx); in copy()
/freebsd-14.2/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-14.2/sys/contrib/openzfs/module/icp/io/
H A Dskein_mod.c56 .digest_init = skein_digest_init,
H A Dsha2_mod.c100 .digest_init = sha2_digest_init,
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcore_dispatch.h288 OSSL_CORE_MAKE_FUNC(int, digest_init, (void *dctx, const OSSL_PARAM params[]))