Home
last modified time | relevance | path

Searched refs:SHA384_MECH_INFO_TYPE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h135 SHA384_MECH_INFO_TYPE, /* SUN_CKM_SHA384 */ enumerator
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c105 {SUN_CKM_SHA384, SHA384_MECH_INFO_TYPE,
598 case SHA384_MECH_INFO_TYPE: in sha2_digest()
733 case SHA384_MECH_INFO_TYPE: in sha2_digest_final()
1630 case SHA384_MECH_INFO_TYPE: in sha2_free_context()
H A Ddprov.c220 SHA384_MECH_INFO_TYPE, /* SUN_CKM_SHA384 */ enumerator
392 {SUN_CKM_SHA384, SHA384_MECH_INFO_TYPE,
1960 mechanism->cm_type != SHA384_MECH_INFO_TYPE && in dprov_digest_init()
2098 mechanism->cm_type != SHA384_MECH_INFO_TYPE && in dprov_digest_atomic()
8108 digest_mech.cm_type = SHA384_MECH_INFO_TYPE; in dprov_key_task()
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c698 case SHA384_MECH_INFO_TYPE: in SHA2Init()