Searched refs:SHA2Init (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsha256.c40 SHA2Init(SHA256, &ctx);
64 SHA2Init(SHA512_256, &ctx);
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h93 extern void SHA2Init(uint64_t mech, SHA2_CTX *);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigestUtil.c118 SHA2Init(SHA256,
125 SHA2Init(SHA384,
132 SHA2Init(SHA512,
H A DsoftMAC.c682 SHA2Init(mech, &ctx->hc_icontext);
686 SHA2Init(mech, &ctx->hc_ocontext);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c907 SHA2Init(SHA256, &(dctxp->sha2_ctx));
911 SHA2Init(SHA384, &(dctxp->sha2_ctx));
915 SHA2Init(SHA512, &(dctxp->sha2_ctx));
1243 SHA2Init(SHA256, &(dctx.sha2_ctx));
1247 SHA2Init(SHA384, &(dctx.sha2_ctx));
1251 SHA2Init(SHA512, &(dctx.sha2_ctx));
1445 SHA2Init(SHA256, &(dctx.sha2_ctx));
1449 SHA2Init(SHA384, &(dctx.sha2_ctx));
1453 SHA2Init(SHA512, &(dctx.sha2_ctx));
H A Dsha2_mod.c41 * SHA2Init, SHA2Update, and SHA2Final.
81 SHA2Init(mech, ctx); \
277 SHA2Init(mechanism->cm_type, &PROV_SHA2_CTX(ctx)->sc_sha2_ctx);
787 SHA2Init(mechanism->cm_type, &sha2_ctx);
903 SHA2Init(ctx->hc_mech_type, &ctx->hc_icontext);
907 SHA2Init(ctx->hc_mech_type, &ctx->hc_ocontext);
/illumos-gate/usr/src/man/man3ext/
H A DMakefile56 SHA2Init.3ext \
222 SHA2Init.3ext := LINKSRC = sha2.3ext
/illumos-gate/usr/src/test/zfs-tests/tests/functional/checksum/sha2/
H A Dsha2_test.c200 SHA2Init(SHA ## mode ## _MECH_INFO_TYPE, &ctx); \
225 SHA2Init(SHA ## mode ## _MECH_INFO_TYPE, &ctx); \
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c681 SHA2Init(uint64_t mech, SHA2_CTX *ctx) function
760 SHA2Init(SHA256, ctx);
766 SHA2Init(SHA384, ctx);
772 SHA2Init(SHA512, ctx);

Completed in 79 milliseconds