Symbol: crypto_mech2id
usr/src/uts/common/crypto/api/kcf_random.c
180
rngmech_type = crypto_mech2id(SUN_RANDOM);
usr/src/uts/common/crypto/io/crypto.c
1122
mech_type = crypto_mech2id(mech_name);
usr/src/uts/common/fs/smbclnt/netsmb/nsmb_crypt_kcf.c
47
t = crypto_mech2id(name);
usr/src/uts/common/fs/smbclnt/netsmb/nsmb_sign_kcf.c
47
t = crypto_mech2id(name);
usr/src/uts/common/fs/smbsrv/smb31_preauth.c
39
t = crypto_mech2id(SUN_CKM_SHA512);
usr/src/uts/common/fs/smbsrv/smb3_encrypt_kcf.c
43
t = crypto_mech2id(name);
usr/src/uts/common/fs/smbsrv/smb_sign_kcf.c
40
t = crypto_mech2id(name);
usr/src/uts/common/fs/zfs/hkdf.c
36
mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
usr/src/uts/common/fs/zfs/hkdf.c
83
mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
usr/src/uts/common/fs/zfs/zio_crypt.c
1150
mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
usr/src/uts/common/fs/zfs/zio_crypt.c
277
mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname);
usr/src/uts/common/fs/zfs/zio_crypt.c
283
mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
usr/src/uts/common/fs/zfs/zio_crypt.c
410
mech.cm_type = crypto_mech2id(crypt_info.ci_mechname);
usr/src/uts/common/fs/zfs/zio_crypt.c
642
mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname);
usr/src/uts/common/fs/zfs/zio_crypt.c
648
mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
usr/src/uts/common/fs/zfs/zio_crypt.c
695
mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
usr/src/uts/common/gssapi/mechs/krb5/crypto/cksumtypes.c
165
ck->kef_cksum_mt = crypto_mech2id(ck->mt_c_name);
usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/aes_provider.c
503
ASSERT(key->kef_mt == crypto_mech2id(SUN_CKM_AES_CBC));
usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/aes_provider.c
58
ASSERT(key->kef_mt == crypto_mech2id(SUN_CKM_AES_CBC));
usr/src/uts/common/gssapi/mechs/krb5/crypto/etypes.c
380
crypto_mech2id(kt->mt_e_name);
usr/src/uts/common/gssapi/mechs/krb5/crypto/etypes.c
386
crypto_mech2id(kt->mt_h_name);
usr/src/uts/common/inet/ip/spdsock.c
3700
mt = crypto_mech2id(alg->alg_mech_name);
usr/src/uts/common/io/cryptmod.c
2696
cd->mech_type = crypto_mech2id(SUN_CKM_DES_ECB);
usr/src/uts/common/io/cryptmod.c
2702
cd->mech_type = crypto_mech2id(SUN_CKM_DES_CBC);
usr/src/uts/common/io/cryptmod.c
2706
cd->mech_type = crypto_mech2id(SUN_CKM_DES3_CBC);
usr/src/uts/common/io/cryptmod.c
2714
cd->mech_type = crypto_mech2id(SUN_CKM_RC4);
usr/src/uts/common/io/cryptmod.c
2719
cd->mech_type = crypto_mech2id(SUN_CKM_AES_ECB);
usr/src/uts/common/io/cryptmod.c
295
sha1_hmac_mech = crypto_mech2id(SUN_CKM_SHA1_HMAC);
usr/src/uts/common/io/cryptmod.c
296
md5_hmac_mech = crypto_mech2id(SUN_CKM_MD5_HMAC);
usr/src/uts/common/io/cryptmod.c
297
sha1_hash_mech = crypto_mech2id(SUN_CKM_SHA1);
usr/src/uts/common/io/cryptmod.c
298
md5_hash_mech = crypto_mech2id(SUN_CKM_MD5);
usr/src/uts/common/io/ipw/ipw2100.c
1893
(void) crypto_mech2id(SUN_CKM_RC4);
usr/src/uts/common/io/iwi/ipw2200.c
2054
(void) crypto_mech2id(SUN_CKM_RC4);
usr/src/uts/common/io/lofi.c
2637
lsp->ls_mech.cm_type = crypto_mech2id(klip->li_cipher);
usr/src/uts/common/io/lofi.c
2649
lsp->ls_iv_mech.cm_type = crypto_mech2id(klip->li_iv_cipher);
usr/src/uts/common/io/net80211/net80211_crypto.c
449
(void) crypto_mech2id(SUN_CKM_RC4); /* Load RC4 */
usr/src/uts/common/io/net80211/net80211_crypto.c
450
(void) crypto_mech2id(SUN_CKM_AES_CBC); /* Load AES-CBC */
usr/src/uts/common/io/net80211/net80211_crypto.c
451
(void) crypto_mech2id(SUN_CKM_AES_CCM); /* Load AES-CCM */
usr/src/uts/common/io/net80211/net80211_crypto_ccmp.c
250
mech.cm_type = crypto_mech2id(SUN_CKM_AES_CCM);
usr/src/uts/common/io/net80211/net80211_crypto_ccmp.c
303
mech.cm_type = crypto_mech2id(SUN_CKM_AES_CCM);
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
336
mech.cm_type = crypto_mech2id(SUN_CKM_RC4);
usr/src/uts/common/sys/crypto/api.h
59
extern crypto_mech_type_t crypto_mech2id(const char *name);