Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsha2.h40 #define SHA384_DIGEST_LENGTH 48 /* SHA384 digest length in bytes */ macro
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c100 hmac_ctx->hmac_len = SHA384_DIGEST_LENGTH; in soft_hmac_sign_verify_init_common()
373 CK_ULONG hash_len = SHA384_DIGEST_LENGTH; in mac_init_ctx()
542 hmac_ctx->hmac_len = SHA384_DIGEST_LENGTH; in soft_hmac_sign_verify_common()
H A DsoftKeysUtil.c943 hash_size = SHA384_DIGEST_LENGTH; in soft_derivekey()
/titanic_50/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c591 sha_digest_len = SHA384_DIGEST_LENGTH; in sha2_digest()
720 sha_digest_len = SHA384_DIGEST_LENGTH; in sha2_digest_final()
1051 sha_digest_len = digest_len = SHA384_DIGEST_LENGTH; in sha2_mac_final()
1251 SHA384_DIGEST_LENGTH); in sha2_mac_atomic()
1396 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.c8081 hash_size = SHA384_DIGEST_LENGTH; in dprov_key_task()
/titanic_50/usr/src/lib/libsum/common/
H A Dsum-sha2.c171 #define SHA384_DIGEST_LENGTH 48 macro
1195 #define SHA384_DIGEST_LENGTH 48 macro
1231 e = d + SHA384_DIGEST_LENGTH; in sha384_print()
1242 data->size = SHA384_DIGEST_LENGTH; in sha384_data()