Home
last modified time | relevance | path

Searched refs:crypto_mech2id (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/uts/common/inet/kssl/
H A Dkssl.c379 crypto_mech2id(SUN_CKM_RSA_X_509); in kssl_init_mechs()
381 crypto_mech2id(SUN_CKM_MD5_HMAC); in kssl_init_mechs()
383 crypto_mech2id(SUN_CKM_SHA1_HMAC); in kssl_init_mechs()
386 crypto_mech2id(SUN_CKM_RC4); in kssl_init_mechs()
388 crypto_mech2id(SUN_CKM_DES_CBC); in kssl_init_mechs()
390 crypto_mech2id(SUN_CKM_DES3_CBC); in kssl_init_mechs()
393 crypto_mech2id(SUN_CKM_AES_CBC); in kssl_init_mechs()
H A Dksslrec.c1553 crypto_mech2id("CKM_SSL3_MD5_MAC"); in kssl_spec_init()
1557 crypto_mech2id("CKM_SSL3_SHA1_MAC"); in kssl_spec_init()
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c451 (void) crypto_mech2id(SUN_CKM_RC4); /* Load RC4 */ in ieee80211_crypto_attach()
452 (void) crypto_mech2id(SUN_CKM_AES_CBC); /* Load AES-CBC */ in ieee80211_crypto_attach()
453 (void) crypto_mech2id(SUN_CKM_AES_CCM); /* Load AES-CCM */ in ieee80211_crypto_attach()
H A Dnet80211_crypto_ccmp.c250 mech.cm_type = crypto_mech2id(SUN_CKM_AES_CCM); in aes_ccm_encrypt()
303 mech.cm_type = crypto_mech2id(SUN_CKM_AES_CCM); in aes_ccm_decrypt()
H A Dnet80211_crypto_wep.c336 mech.cm_type = crypto_mech2id(SUN_CKM_RC4); in rc4_init()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Detypes.c380 crypto_mech2id(kt->mt_e_name); in setup_kef_keytypes()
386 crypto_mech2id(kt->mt_h_name); in setup_kef_keytypes()
H A Dcksumtypes.c165 ck->kef_cksum_mt = crypto_mech2id(ck->mt_c_name); in setup_kef_cksumtypes()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sign_kcf.c41 t = crypto_mech2id(SUN_CKM_MD5); in smb_md5_getmech()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c68 crypto_mech_md5.cm_type = crypto_mech2id(SUN_CKM_MD5); in smb_crypto_mech_init()
/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c293 sha1_hmac_mech = crypto_mech2id(SUN_CKM_SHA1_HMAC); in cryptmodopen()
294 md5_hmac_mech = crypto_mech2id(SUN_CKM_MD5_HMAC); in cryptmodopen()
295 sha1_hash_mech = crypto_mech2id(SUN_CKM_SHA1); in cryptmodopen()
296 md5_hash_mech = crypto_mech2id(SUN_CKM_MD5); in cryptmodopen()
2693 cd->mech_type = crypto_mech2id(SUN_CKM_DES_ECB); in setup_crypto()
2699 cd->mech_type = crypto_mech2id(SUN_CKM_DES_CBC); in setup_crypto()
2703 cd->mech_type = crypto_mech2id(SUN_CKM_DES3_CBC); in setup_crypto()
2711 cd->mech_type = crypto_mech2id(SUN_CKM_RC4); in setup_crypto()
2716 cd->mech_type = crypto_mech2id(SUN_CKM_AES_ECB); in setup_crypto()
H A Dlofi.c1940 lsp->ls_mech.cm_type = crypto_mech2id(klip->li_cipher); in lofi_init_crypto()
1952 lsp->ls_iv_mech.cm_type = crypto_mech2id(klip->li_iv_cipher); in lofi_init_crypto()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c58 ASSERT(key->kef_mt == crypto_mech2id(SUN_CKM_AES_CBC)); in krb5int_aes_encrypt()
503 ASSERT(key->kef_mt == crypto_mech2id(SUN_CKM_AES_CBC)); in krb5int_aes_decrypt()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dapi.h59 extern crypto_mech_type_t crypto_mech2id(crypto_mech_name_t name);
/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c83 crypto_mech2id(char *mechname) in crypto_mech2id() function
H A Dkcf_random.c180 rngmech_type = crypto_mech2id(SUN_RANDOM); in rnd_init2()
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s1051 NO_UNLOAD_STUB(kcf, crypto_mech2id, nomod_minus_one);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1128 NO_UNLOAD_STUB(kcf, crypto_mech2id, nomod_minus_one);
/titanic_41/usr/src/uts/common/io/ipw/
H A Dipw2100.c1895 (void) crypto_mech2id(SUN_CKM_RC4); in ipw2100_m_start()
/titanic_41/usr/src/uts/common/io/iwi/
H A Dipw2200.c2054 (void) crypto_mech2id(SUN_CKM_RC4); in ipw2200_m_start()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dspdsock.c3676 mt = crypto_mech2id(alg->alg_mech_name); in spdsock_merge_algs()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c1106 mech_type = crypto_mech2id(mech_name); in get_all_mechanism_info()