Searched refs:SHA256 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsha256.c40 SHA2Init(SHA256, &ctx);
46 * private SHA256 implementation always wrote things out in
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h39 #define SHA256_DIGEST_LENGTH 32 /* SHA256 digest length in bytes */
47 #define SHA256_HMAC_BLOCK_SIZE 64 /* SHA256-HMAC block size */
50 #define SHA256 0 macro
74 uint32_t s32[8]; /* for SHA256 */
79 uint32_t c32[2]; /* for SHA256 , modulo 2^64 */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c197 SHA256(uint32_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) function
295 SHA256(H, buf, size, zcp);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c198 SHA256(uint32_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) function
297 SHA256(H, buf, size, zcp);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigestUtil.c118 SHA2Init(SHA256,
H A DsoftMAC.c529 SOFT_MAC_FINAL_2(SHA256, &(hmac_ctx->hc_ctx_u.sha2_ctx),
/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c907 SHA2Init(SHA256, &(dctxp->sha2_ctx));
1243 SHA2Init(SHA256, &(dctx.sha2_ctx));
1445 SHA2Init(SHA256, &(dctx.sha2_ctx));
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c101 /* SHA256 Functions */
154 /* SHA256 Transform */
760 SHA2Init(SHA256, ctx);

Completed in 88 milliseconds