Searched refs:SHA256 (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sha2.h | 50 #define SHA256 0 macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | sha256.c | 50 SHA2Init(SHA256, &ctx); in abd_checksum_SHA256()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | sha256.c | 198 SHA256(uint32_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) in SHA256() function 297 SHA256(H, buf, size, zcp); in zio_checksum_SHA256()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_sha256.c | 197 SHA256(uint32_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) in SHA256() function 295 SHA256(H, buf, size, zcp); in zio_checksum_SHA256()
|
/illumos-gate/usr/src/test/crypto-tests/tests/longhash/ |
H A D | longhash.c | 236 test_update_32(SHA256, buf, len, len >> 29, len << 3); in main()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDigestUtil.c | 122 SHA2Init(SHA256, in soft_digest_init()
|
H A D | softMAC.c | 528 SOFT_MAC_FINAL_2(SHA256, &(hmac_ctx->hc_ctx_u.sha2_ctx), in soft_hmac_sign_verify_common()
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | rsa.c | 907 SHA2Init(SHA256, &(dctxp->sha2_ctx)); in rsa_sign_verify_common_init() 1243 SHA2Init(SHA256, &(dctx.sha2_ctx)); in rsa_sign_atomic() 1445 SHA2Init(SHA256, &(dctx.sha2_ctx)); in rsa_verify_atomic()
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 761 SHA2Init(SHA256, ctx); in SHA256Init()
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 2933 # Compute SHA256 digest for given file or stdin if no file given. 2945 echo "Cannot calculate SHA256 digest"
|