klen               30 crypto/arc4.c  rc4_keysetup(struct rc4_ctx *ctx, u_char *key, u_int32_t klen)
klen               41 crypto/arc4.c  		x = (x + 1) % klen;
klen             2342 dev/ic/if_wi.c 	u_int32_t i, crc, klen;
klen             2366 dev/ic/if_wi.c 	klen = letoh16(sc->wi_keys.wi_keys[sc->wi_tx_key].wi_keylen);
klen             2368 dev/ic/if_wi.c 	    (char *)key + IEEE80211_WEP_IVLEN, klen);
klen             2369 dev/ic/if_wi.c 	klen = (klen > IEEE80211_WEP_KEYLEN) ? RC4KEYLEN : RC4KEYLEN / 2;
klen             2372 dev/ic/if_wi.c 	rc4_keysetup(&ctx, key, klen);
klen             2401 dev/ic/if_wi.c 	u_int32_t i, crc, klen, kid;
klen             2421 dev/ic/if_wi.c 	klen = letoh16(sc->wi_keys.wi_keys[kid].wi_keylen);
klen             2423 dev/ic/if_wi.c 	    (char *)key + IEEE80211_WEP_IVLEN, klen);
klen             2424 dev/ic/if_wi.c 	klen = (klen > IEEE80211_WEP_KEYLEN) ? RC4KEYLEN : RC4KEYLEN / 2;
klen             2427 dev/ic/if_wi.c 	rc4_keysetup(&ctx, key, klen);