Lines Matching refs:crypto
102 struct net80211_crypto *crypto = *which; in sec80211_install() local
117 crypto = zalloc ( sizeof ( *crypto ) + in sec80211_install()
119 if ( ! crypto ) { in sec80211_install()
124 memcpy ( crypto, tbl_crypto, sizeof ( *crypto ) ); in sec80211_install()
125 crypto->priv = ( ( void * ) crypto + in sec80211_install()
126 sizeof ( *crypto ) ); in sec80211_install()
131 if ( ! crypto ) { in sec80211_install()
136 *which = crypto; in sec80211_install()
139 "length %d\n", crypt, crypto, len ); in sec80211_install()
141 return crypto->init ( crypto, key, len, rsc ); in sec80211_install()
189 struct net80211_crypto *crypto = tblp; in rsn_pick_desc() local
193 ok |= ( 1 << crypto->algorithm ); in rsn_pick_desc()