Home
last modified time | relevance | path

Searched refs:MD5_MECH_INFO_TYPE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dmd5_mod.c77 MD5_MECH_INFO_TYPE, /* SUN_CKM_MD5 */ enumerator
136 {SUN_CKM_MD5, MD5_MECH_INFO_TYPE,
299 if (mechanism->cm_type != MD5_MECH_INFO_TYPE) in md5_digest_init()
310 PROV_MD5_CTX(ctx)->mc_mech_type = MD5_MECH_INFO_TYPE; in md5_digest_init()
780 if (mechanism->cm_type != MD5_MECH_INFO_TYPE) in md5_digest_atomic()
1487 if (mech_type == MD5_MECH_INFO_TYPE) in md5_free_context()
H A Ddprov.c207 MD5_MECH_INFO_TYPE, /* SUN_CKM_MD5 */ enumerator
326 {SUN_CKM_MD5, MD5_MECH_INFO_TYPE,
1957 mechanism->cm_type != MD5_MECH_INFO_TYPE && in dprov_digest_init()
2095 mechanism->cm_type != MD5_MECH_INFO_TYPE && in dprov_digest_atomic()
8118 digest_mech.cm_type = MD5_MECH_INFO_TYPE; in dprov_key_task()