Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h141 SHA512_224_MECH_INFO_TYPE, /* SUN_CKM_SHA512_224 */ enumerator
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c133 {SUN_CKM_SHA512_224, SHA512_224_MECH_INFO_TYPE,
604 case SHA512_224_MECH_INFO_TYPE: in sha2_digest()
739 case SHA512_224_MECH_INFO_TYPE: in sha2_digest_final()
1632 case SHA512_224_MECH_INFO_TYPE: in sha2_free_context()
H A Ddprov.c224 SHA512_224_MECH_INFO_TYPE, /* SUN_CKM_SHA512_224 */ enumerator
436 {SUN_CKM_SHA512_224, SHA512_224_MECH_INFO_TYPE,
1962 mechanism->cm_type != SHA512_224_MECH_INFO_TYPE && in dprov_digest_init()
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c722 case SHA512_224_MECH_INFO_TYPE: in SHA2Init()
950 } else if (algotype == SHA512_224_MECH_INFO_TYPE) { in SHA2Final()