Searched refs:digest_tmp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c350 uint8_t *digest_tmp; local
355 digest_tmp = kmem_alloc(CRYPTO_BITS2BYTES(
357 if (digest_tmp == NULL)
359 SKEIN_OP(ctx, Final, digest_tmp);
363 bcopy(digest_tmp + scratch_offset,
371 kmem_free(digest_tmp, CRYPTO_BITS2BYTES(ctx->sc_digest_bitlen));
455 uint8_t *digest_tmp; local
460 digest_tmp = kmem_alloc(CRYPTO_BITS2BYTES(
462 if (digest_tmp == NULL)
464 SKEIN_OP(ctx, Final, digest_tmp);
[all...]
H A Dmd4_mod.c352 uchar_t digest_tmp[MD4_DIGEST_LENGTH]; local
357 MD4Final(digest_tmp, md4_ctx);
362 bcopy(digest_tmp + scratch_offset,
485 uchar_t digest_tmp[MD4_DIGEST_LENGTH]; local
490 MD4Final(digest_tmp, md4_ctx);
494 bcopy(digest_tmp + scratch_offset,
H A Dmd5_mod.c437 uchar_t digest_tmp[MD5_DIGEST_LENGTH]; local
442 MD5Final(digest_tmp, md5_ctx);
447 bcopy(digest_tmp + scratch_offset,
570 uchar_t digest_tmp[MD5_DIGEST_LENGTH]; local
575 MD5Final(digest_tmp, md5_ctx);
579 bcopy(digest_tmp + scratch_offset,
H A Dsha1_mod.c380 uchar_t digest_tmp[SHA1_DIGEST_LENGTH]; local
385 SHA1Final(digest_tmp, sha1_ctx);
390 bcopy(digest_tmp + scratch_offset,
513 uchar_t digest_tmp[SHA1_DIGEST_LENGTH]; local
518 SHA1Final(digest_tmp, sha1_ctx);
522 bcopy(digest_tmp + scratch_offset,
H A Dsha2_mod.c407 uchar_t digest_tmp[SHA512_DIGEST_LENGTH]; local
412 SHA2Final(digest_tmp, sha2_ctx);
418 bcopy(digest_tmp + scratch_offset,
544 uchar_t digest_tmp[SHA512_DIGEST_LENGTH]; local
549 SHA2Final(digest_tmp, sha2_ctx);
553 bcopy(digest_tmp + scratch_offset,

Completed in 75 milliseconds