Home
last modified time | relevance | path

Searched refs:SUN_CKM_RC4 (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Detypes.c214 SUN_CKM_RC4,
229 SUN_CKM_RC4,
244 SUN_CKM_RC4,
259 SUN_CKM_RC4,
275 SUN_CKM_RC4,
291 SUN_CKM_RC4,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h216 #define SUN_CKM_RC4 "CKM_RC4" macro
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c336 mech.cm_type = crypto_mech2id(SUN_CKM_RC4); in rc4_init()
H A Dnet80211_crypto.c449 (void) crypto_mech2id(SUN_CKM_RC4); /* Load RC4 */ in ieee80211_crypto_attach()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c66 {SUN_CKM_RC4, RC4_MECH_INFO_TYPE,
H A Ddprov.c538 {SUN_CKM_RC4, RC4_MECH_INFO_TYPE,
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c222 (void) strncpy(kcf_cipher_mechs_tab[8].me_name, SUN_CKM_RC4, in kcf_init_mech_tabs()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c1895 (void) crypto_mech2id(SUN_CKM_RC4); in ipw2100_m_start()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2054 (void) crypto_mech2id(SUN_CKM_RC4); in ipw2200_m_start()
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c2714 cd->mech_type = crypto_mech2id(SUN_CKM_RC4); in setup_crypto()