Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h138 SHA512_MECH_INFO_TYPE, /* SUN_CKM_SHA512 */ enumerator
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c119 {SUN_CKM_SHA512, SHA512_MECH_INFO_TYPE,
601 case SHA512_MECH_INFO_TYPE: in sha2_digest()
736 case SHA512_MECH_INFO_TYPE: in sha2_digest_final()
1631 case SHA512_MECH_INFO_TYPE: in sha2_free_context()
H A Ddprov.c223 SHA512_MECH_INFO_TYPE, /* SUN_CKM_SHA512 */ enumerator
414 {SUN_CKM_SHA512, SHA512_MECH_INFO_TYPE,
1961 mechanism->cm_type != SHA512_MECH_INFO_TYPE && in dprov_digest_init()
2099 mechanism->cm_type != SHA512_MECH_INFO_TYPE) { in dprov_digest_atomic()
8113 digest_mech.cm_type = SHA512_MECH_INFO_TYPE; in dprov_key_task()
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c710 case SHA512_MECH_INFO_TYPE: in SHA2Init()