Home
last modified time | relevance | path

Searched refs:SHA384_DIGEST_LENGTH (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c99 hmac_ctx->hmac_len = SHA384_DIGEST_LENGTH; in soft_hmac_sign_verify_init_common()
372 CK_ULONG hash_len = SHA384_DIGEST_LENGTH; in mac_init_ctx()
541 hmac_ctx->hmac_len = SHA384_DIGEST_LENGTH; in soft_hmac_sign_verify_common()
H A DsoftDigestUtil.c201 digestLen = SHA384_DIGEST_LENGTH; in soft_digest_common()
H A DsoftKeysUtil.c921 hash_size = SHA384_DIGEST_LENGTH; in soft_derivekey()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c599 sha_digest_len = SHA384_DIGEST_LENGTH; in sha2_digest()
734 sha_digest_len = SHA384_DIGEST_LENGTH; in sha2_digest_final()
1084 sha_digest_len = digest_len = SHA384_DIGEST_LENGTH; in sha2_mac_final()
1284 SHA384_DIGEST_LENGTH); in sha2_mac_atomic()
1429 SHA384_DIGEST_LENGTH); in sha2_mac_verify_atomic()
H A Drsa.c1022 SHA384_DIGEST_LENGTH); in rsa_digest_svrfy_common()
1023 der_data_len = SHA2_DER_PREFIX_Len + SHA384_DIGEST_LENGTH; in rsa_digest_svrfy_common()
H A Ddprov.c8107 hash_size = SHA384_DIGEST_LENGTH; in dprov_key_task()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c153 #define SHA384_DIGEST_LENGTH 48 macro
1176 #define SHA384_DIGEST_LENGTH 48 macro
1212 e = d + SHA384_DIGEST_LENGTH; in sha384_print()
1223 data->size = SHA384_DIGEST_LENGTH; in sha384_data()