/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto.c | 449 (void) crypto_mech2id(SUN_CKM_RC4); /* Load RC4 */ in ieee80211_crypto_attach() 450 (void) crypto_mech2id(SUN_CKM_AES_CBC); /* Load AES-CBC */ in ieee80211_crypto_attach() 451 (void) crypto_mech2id(SUN_CKM_AES_CCM); /* Load AES-CCM */ in ieee80211_crypto_attach()
|
H A D | net80211_crypto_ccmp.c | 250 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 D | net80211_crypto_wep.c | 336 mech.cm_type = crypto_mech2id(SUN_CKM_RC4); in rc4_init()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | hkdf.c | 36 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in hkdf_sha512_extract() 83 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in hkdf_sha512_expand()
|
H A D | zio_crypt.c | 277 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_init() 283 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_key_init() 410 mech.cm_type = crypto_mech2id(crypt_info.ci_mechname); in zio_do_crypt_uio() 642 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_unwrap() 648 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_key_unwrap() 695 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_do_hmac() 1150 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_do_objset_hmacs()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | etypes.c | 380 crypto_mech2id(kt->mt_e_name); in setup_kef_keytypes() 386 crypto_mech2id(kt->mt_h_name); in setup_kef_keytypes()
|
H A D | cksumtypes.c | 165 ck->kef_cksum_mt = crypto_mech2id(ck->mt_c_name); in setup_kef_cksumtypes()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb31_preauth.c | 39 t = crypto_mech2id(SUN_CKM_SHA512); in smb3_sha512_getmech()
|
H A D | smb3_encrypt_kcf.c | 43 t = crypto_mech2id(name); in find_mech()
|
H A D | smb_sign_kcf.c | 40 t = crypto_mech2id(name); in find_mech()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | nsmb_crypt_kcf.c | 47 t = crypto_mech2id(name); in find_mech()
|
H A D | nsmb_ext.mapfile | 70 crypto_mech2id { FLAGS = EXTERN };
|
H A D | nsmb_sign_kcf.c | 47 t = crypto_mech2id(name); in find_mech()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cryptmod.c | 295 sha1_hmac_mech = crypto_mech2id(SUN_CKM_SHA1_HMAC); in cryptmodopen() 296 md5_hmac_mech = crypto_mech2id(SUN_CKM_MD5_HMAC); in cryptmodopen() 297 sha1_hash_mech = crypto_mech2id(SUN_CKM_SHA1); in cryptmodopen() 298 md5_hash_mech = crypto_mech2id(SUN_CKM_MD5); in cryptmodopen() 2696 cd->mech_type = crypto_mech2id(SUN_CKM_DES_ECB); in setup_crypto() 2702 cd->mech_type = crypto_mech2id(SUN_CKM_DES_CBC); in setup_crypto() 2706 cd->mech_type = crypto_mech2id(SUN_CKM_DES3_CBC); in setup_crypto() 2714 cd->mech_type = crypto_mech2id(SUN_CKM_RC4); in setup_crypto() 2719 cd->mech_type = crypto_mech2id(SUN_CKM_AES_ECB); in setup_crypto()
|
H A D | lofi.c | 2637 lsp->ls_mech.cm_type = crypto_mech2id(klip->li_cipher); in lofi_init_crypto() 2649 lsp->ls_iv_mech.cm_type = crypto_mech2id(klip->li_iv_cipher); in lofi_init_crypto()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | aes_provider.c | 58 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()
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 694 crypto_mech2id(const char *name) in crypto_mech2id() function
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | api.h | 59 extern crypto_mech_type_t crypto_mech2id(const char *name);
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 83 crypto_mech2id(const char *mechname) in crypto_mech2id() function
|
H A D | kcf_random.c | 180 rngmech_type = crypto_mech2id(SUN_RANDOM); in rnd_init2()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 998 NO_UNLOAD_STUB(kcf, crypto_mech2id, nomod_minus_one);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 868 NO_UNLOAD_STUB(kcf, crypto_mech2id, nomod_minus_one);
|
/illumos-gate/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 2054 (void) crypto_mech2id(SUN_CKM_RC4); in ipw2200_m_start()
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 1895 (void) crypto_mech2id(SUN_CKM_RC4); in ipw2100_m_start()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 3700 mt = crypto_mech2id(alg->alg_mech_name); in spdsock_merge_algs()
|