Home
last modified time | relevance | path

Searched refs:SHA1_MECH_INFO_TYPE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1_impl.h46 SHA1_MECH_INFO_TYPE, /* SUN_CKM_SHA1 */ enumerator
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c94 {SUN_CKM_SHA1, SHA1_MECH_INFO_TYPE,
244 if (mechanism->cm_type != SHA1_MECH_INFO_TYPE) in sha1_digest_init()
255 PROV_SHA1_CTX(ctx)->sc_mech_type = SHA1_MECH_INFO_TYPE; in sha1_digest_init()
726 if (mechanism->cm_type != SHA1_MECH_INFO_TYPE) in sha1_digest_atomic()
1530 if (mech_type == SHA1_MECH_INFO_TYPE) in sha1_free_context()
H A Ddprov.c213 SHA1_MECH_INFO_TYPE, /* SUN_CKM_SHA1 */ enumerator
348 {SUN_CKM_SHA1, SHA1_MECH_INFO_TYPE,
1958 mechanism->cm_type != SHA1_MECH_INFO_TYPE && in dprov_digest_init()
2096 mechanism->cm_type != SHA1_MECH_INFO_TYPE && in dprov_digest_atomic()
8098 digest_mech.cm_type = SHA1_MECH_INFO_TYPE; in dprov_key_task()