Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c522 static int digest_init(EVP_MD_CTX *ctx) in digest_init() function
601 if (!digest_init(to)) { in digest_copy()
678 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init) in prepare_digest_methods()
/freebsd-13.1/usr.bin/xinstall/
H A Dxinstall.c139 static void digest_init(DIGEST_CTX *);
421 digest_init(DIGEST_CTX *c) in digest_init() function
1088 digest_init(&ctx); in compare()
1249 digest_init(&ctx); in copy()
/freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h152 int (*digest_init)(crypto_ctx_t *, crypto_mechanism_t *, member
H A Dimpl.h592 (KCF_PROV_DIGEST_OPS(pd) && KCF_PROV_DIGEST_OPS(pd)->digest_init) ? \
593 KCF_PROV_DIGEST_OPS(pd)->digest_init(ctx, mech, req) : \
/freebsd-13.1/sys/contrib/openzfs/module/icp/io/
H A Dskein_mod.c91 .digest_init = skein_digest_init,
H A Dsha1_mod.c119 .digest_init = sha1_digest_init,
H A Dsha2_mod.c146 .digest_init = sha2_digest_init,