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 in enum:md5_mech_type
136 {SUN_CKM_MD5, MD5_MECH_INFO_TYPE,
299 if (mechanism->cm_type != MD5_MECH_INFO_TYPE)
310 PROV_MD5_CTX(ctx)->mc_mech_type = MD5_MECH_INFO_TYPE;
780 if (mechanism->cm_type != MD5_MECH_INFO_TYPE)
1487 if (mech_type == MD5_MECH_INFO_TYPE)
H A Ddprov.c205 MD5_MECH_INFO_TYPE, /* SUN_CKM_MD5 */ enumerator in enum:dprov_mech_type
321 {SUN_CKM_MD5, MD5_MECH_INFO_TYPE,
1936 mechanism->cm_type != MD5_MECH_INFO_TYPE &&
2072 mechanism->cm_type != MD5_MECH_INFO_TYPE &&
8092 digest_mech.cm_type = MD5_MECH_INFO_TYPE;

Completed in 65 milliseconds